Settings: Add synonyms to display cutout emulation setting

Test: Search for "notch" or "display cutout", verify emulation setting shows up
Change-Id: Iaf036c965c233e63d9cc9729a0ecd13d8e6a8881
Fixes: 78163992
This commit is contained in:
Adrian Roos
2018-04-17 17:22:05 +02:00
parent 28041fb8cd
commit 280589bfe5
2 changed files with 5 additions and 1 deletions

View File

@@ -9267,6 +9267,9 @@
<!-- [CHAR_LIMIT=NONE] Developer Settings: Title of the setting which turns on emulation of a display cutout. -->
<string name="display_cutout_emulation">Simulate a display with a cutout</string>
<!-- [CHAR_LIMIT=NONE] Developer Settings: Search keywords for the setting which turns on emulation of a display cutout. -->
<string name="display_cutout_emulation_keywords">display cutout, notch</string>
<!-- [CHAR_LIMIT=NONE] Developer Settings: Label for the option that turns off display cutout emulation. -->
<string name="display_cutout_emulation_none">None</string>

View File

@@ -382,7 +382,8 @@
<ListPreference
android:key="display_cutout_emulation"
android:title="@string/display_cutout_emulation" />
android:title="@string/display_cutout_emulation"
settings:keywords="@string/display_cutout_emulation_keywords" />
</PreferenceCategory>