Add indexing for Notifications preferences

- also add indexing of CheckBoxPreferences
- also some code cleaning

Change-Id: I2943caaec3d64fb2a6be85168454fc76fe572afe
This commit is contained in:
Fabrice Di Meglio
2014-03-31 19:46:42 -07:00
parent 0e1d4b0d1a
commit 9593782d15
7 changed files with 188 additions and 117 deletions

View File

@@ -29,7 +29,8 @@ import android.provider.SearchIndexableData;
public class SearchIndexableRaw extends SearchIndexableData {
public String title;
public String summary;
public String summaryOn;
public String summaryOff;
public String keywords;
public String screenTitle;