Move strings used for turn screen on special app access into SettingsLib.

Bug: 216114297
Test: manual
Change-Id: Iec59d0ee5ee9d0eb41636505ff9d69e73142c2fd
This commit is contained in:
Philip Junker
2022-03-10 12:05:09 +00:00
parent 9675d3b877
commit 33e15cc557

View File

@@ -1580,4 +1580,11 @@
<string name="keyboard_layout_dialog_title">Choose keyboard layout</string>
<!-- Label of the default keyboard layout. [CHAR LIMIT=35] -->
<string name="keyboard_layout_default_label">Default</string>
<!-- Special access > Title for managing turn screen on settings. [CHAR LIMIT=50] -->
<string name="turn_screen_on_title">Turn screen on</string>
<!-- Label for a setting which controls whether an app can turn the screen on [CHAR LIMIT=45] -->
<string name="allow_turn_screen_on">Allow turning the screen on</string>
<!-- Description for a setting which controls whether an app can turn the screen on [CHAR LIMIT=NONE] -->
<string name="allow_turn_screen_on_description">Allow an app to turn the screen on. If granted, the app may turn on the screen at any time without your explicit intent.</string>
</resources>