Update SettingsSearchIndexablesProvider for supporting queryNonIndexableKeys(...)

- add the new requested method "queryNonIndexableKeys" from the contract

Change-Id: I72be47851a7e19e3f14960f4e2b60c3e952f1fac
This commit is contained in:
Fabrice Di Meglio
2014-04-11 18:49:10 -07:00
parent 210bb8694a
commit df278aa959
3 changed files with 185 additions and 102 deletions

View File

@@ -408,7 +408,6 @@ public class SettingsActivity extends Activity
if (getIntent().hasExtra(EXTRA_UI_OPTIONS)) {
getWindow().setUiOptions(getIntent().getIntExtra(EXTRA_UI_OPTIONS, 0));
}
Index.getInstance(this).update();
mAuthenticatorHelper = new AuthenticatorHelper();