Adding search for dynamic accessibility settings.

The accessibility service list is dynamically constructed, therefore we
need a local provider that will emit accessibility service data to be
indexed.

bug:13928519

Change-Id: Idd29cd1698f36b54fabf013dfa36029412bbb8a9
This commit is contained in:
Svetoslav
2014-04-11 17:06:17 -07:00
parent e241ad1867
commit b4b30828e9
2 changed files with 49 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ public final class SearchIndexableResources {
sResMap.put(AccessibilitySettings.class.getName(),
new SearchIndexableResource(RANK_ACCESSIBILITY,
R.xml.accessibility_settings,
NO_DATA_RES_ID,
AccessibilitySettings.class.getName(),
R.drawable.ic_settings_accessibility));