Improve search by adding the settings keywords for supported framework feautres

* Improve search list: Magnification, Live Caption, Font size, Display size, Bold text, Dark theme, Extra dim, Color correction, Color inversion, Autoclick, Hearing aids, Real-time text

Bug: 184171842
Test: build pass
Change-Id: Ib8de8c736d6703e5028a8baa9fe2077aad8ee8cb
This commit is contained in:
jasonwshsu
2021-04-24 01:56:55 +08:00
parent 921c677320
commit b625e8a98d
5 changed files with 14 additions and 5 deletions

View File

@@ -105,7 +105,8 @@
<com.android.settings.display.ScreenZoomPreference
android:key="display_settings_screen_zoom"
android:title="@string/screen_zoom_title"
android:fragment="com.android.settings.display.ScreenZoomSettings"/>
android:fragment="com.android.settings.display.ScreenZoomSettings"
settings:keywords="@string/keywords_display_size"/>
<SwitchPreference
android:key="show_operator_name"