Merge "Move strings used for turn screen on special app access into SettingsLib." into tm-dev

This commit is contained in:
Philip Junker
2022-03-17 09:27:51 +00:00
committed by Android (Google) Code Review

View File

@@ -1582,4 +1582,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>