summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2015-08-05 01:20:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-05 01:20:16 +0000
commit9e1299149f7fea1a274795ca58a8fdced6e75495 (patch)
treea7beee4a9ad4b171291c591efe3867974ea8ad54 /res
parent2e5384bfe020e1593fd539f76a44b9085e480893 (diff)
parent8432af0c7cfa4a1cdc63f55dd860283c1325d114 (diff)
downloadandroid_packages_apps_PackageInstaller-9e1299149f7fea1a274795ca58a8fdced6e75495.tar.gz
android_packages_apps_PackageInstaller-9e1299149f7fea1a274795ca58a8fdced6e75495.tar.bz2
android_packages_apps_PackageInstaller-9e1299149f7fea1a274795ca58a8fdced6e75495.zip
am 8432af0c: am cea90ebd: Add strings for the screen overlay warning
* commit '8432af0c7cfa4a1cdc63f55dd860283c1325d114': Add strings for the screen overlay warning
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4fb4055e..416a4d9d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -261,10 +261,17 @@
<!-- 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>
+ <!-- Title for the dialog that warns the user they need to turn off screen overlays
+ before permissions can be changed. [CHAR LIMIT=NONE] -->
+ <string name="screen_overlay_title">Screen overlay detected</string>
+
+ <!-- Message for the dialog 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_message">To change this permission setting, you first have to turn off the screen overlay from Settings \u003e Apps</string>
+
+ <!-- Button for the dialog that warns the user they need to turn off screen overlays
+ before permissions can be changed. [CHAR LIMIT=NONE] -->
+ <string name="screen_overlay_button">Open settings</string>
</resources>