Loading res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -9265,6 +9265,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> res/xml/development_settings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -9265,6 +9265,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>
res/xml/development_settings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> Loading