summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2015-08-05 01:40:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-05 01:40:35 +0000
commit0e48a9369ca850766b8ad5d2063d7925c950e7ce (patch)
tree2d21ae18508f159b1e8d462cff6811ec5eca7b8d /res/values
parent0f8673cb691a437a6f2945d4eebd76aefbfb09fa (diff)
parent2cca716b6a4d28972b9297ac0706062dbae7f7e7 (diff)
downloadandroid_packages_apps_PackageInstaller-0e48a9369ca850766b8ad5d2063d7925c950e7ce.tar.gz
android_packages_apps_PackageInstaller-0e48a9369ca850766b8ad5d2063d7925c950e7ce.tar.bz2
android_packages_apps_PackageInstaller-0e48a9369ca850766b8ad5d2063d7925c950e7ce.zip
am 2cca716b: am e163f18f: am 9e129914: am 8432af0c: am cea90ebd: Add strings for the screen overlay warning
* commit '2cca716b6a4d28972b9297ac0706062dbae7f7e7': Add strings for the screen overlay warning
Diffstat (limited to 'res/values')
-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>