summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Philip Junker <philipjunker@google.com> 2022-03-17 09:27:51 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-03-17 09:27:51 +0000
commitd51f8ea70895f98d94077ad56c1ea26d02011eb3 (patch)
tree6be13464a12af1d0717ae0d93bf6456fac107e44
parentcaa34f094fe0786d7800b1bd2c78baa615ea5ba9 (diff)
parent33e15cc55799bae7053f4a3f485334a35126c9bf (diff)
Merge "Move strings used for turn screen on special app access into SettingsLib." into tm-dev
-rw-r--r--packages/SettingsLib/res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 579e3d7a6d39..74394283a54a 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -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>