Add indexing for SwitchPreferences

- now support the SwitchPreferences and save the "switchOn" and "switchOff"
attributes
- update Index database schema (and increment its version)
- fix an issue with some previous schema not rebuilt

Change-Id: I9cd48c666525f19474ef9bd5746d61b589058063
This commit is contained in:
Fabrice Di Meglio
2014-04-02 19:37:39 -07:00
parent a41707200b
commit dd41dfc483
3 changed files with 105 additions and 31 deletions

View File

@@ -32,6 +32,8 @@ public class SearchIndexableRaw extends SearchIndexableData {
public String summaryOn;
public String summaryOff;
public String entries;
public String switchOn;
public String switchOff;
public String keywords;
public String screenTitle;