Index Nightdisplay Settings into search

Adds a SearchIndexProvider into NightDisplaySettings
to index night_display_settings.xml. It will show
up in search as long as ColorDisplayController
is available.

Also, supress the search result for Night Display
under Display settings in favor of the actual toggle.

Test: robotests
Fixes: 69852201

Change-Id: Id014a5ab03e7a6b5fc99f79a1cb41a0c06323f9c
This commit is contained in:
Matthew Fritze
2017-11-28 14:36:35 -08:00
parent 4031bc78e4
commit c448863577
7 changed files with 104 additions and 16 deletions

View File

@@ -37,4 +37,4 @@ public class NightDisplayPreferenceController extends AbstractPreferenceControll
public String getPreferenceKey() {
return KEY_NIGHT_DISPLAY;
}
}
}