summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-07-29 16:33:28 -0400
committerJason Monk <jmonk@google.com>2015-07-29 16:33:28 -0400
commitfe6c6ef8c4378d65e0f465542cc53a0020f2fef6 (patch)
treef0f9af5c1aa448583a8aafd4cd7fb4b179da6a47 /res
parent5f4122f779781cbee945a99ffe00b44d1dcf5ff5 (diff)
downloadandroid_packages_apps_PackageInstaller-fe6c6ef8c4378d65e0f465542cc53a0020f2fef6.tar.gz
android_packages_apps_PackageInstaller-fe6c6ef8c4378d65e0f465542cc53a0020f2fef6.tar.bz2
android_packages_apps_PackageInstaller-fe6c6ef8c4378d65e0f465542cc53a0020f2fef6.zip
Add string for screen overlay warning.
Implementation to come later. Bug: 22317719 Change-Id: I71c00699db133277068d54614de3db5423af4d23
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f0b80e05..4fb4055e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -261,4 +261,10 @@
<!-- Title of the permission dialog for accessibility purposes- spoken to the user. [CHAR LIMIT=none] -->
<string name="permission_request_title">Permission request</string>
+ <!-- Toast that warns the user they need to turn off screen overlays
+ before permissions can be changed. The "Settings > Apps" conveys
+ to the user to go to Settings and click on apps, this may
+ need updates in RTL languages. [CHAR LIMIT=NONE] -->
+ <string name="screen_overlay_toast">To set permissions, turn off screen overlay from Settings \u003e Apps</string>
+
</resources>