Adding search for dynamic accessibility settings.
The language and input settings are highly dynamic and this change adds search support for that. This category depends on installed IMEs, input devices, user dictionary configuration, etc. We not only compute the right preferences to be indexed but also track related system state in the settings app to rebuild the index if needed. bug:14066763 Change-Id: Ia89d9e35bd79abf8d74614691aedf4ca9b11b6f2
This commit is contained in:
@@ -168,7 +168,7 @@ public final class SearchIndexableResources {
|
||||
|
||||
sResMap.put(InputMethodAndLanguageSettings.class.getName(),
|
||||
new SearchIndexableResource(RANK_IME,
|
||||
R.xml.language_settings,
|
||||
NO_DATA_RES_ID,
|
||||
InputMethodAndLanguageSettings.class.getName(),
|
||||
R.drawable.ic_settings_language));
|
||||
|
||||
|
Reference in New Issue
Block a user