summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-07-14 18:46:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-14 18:46:16 +0000
commitfbbf34a124bcd92144b6332c0d35da163641d165 (patch)
treed685638d321c6ed3e9c9b79691a665071730261e /res
parent67ceee83b9f4c6b3481474dfb358419167ef9570 (diff)
parente9c11f885ae51240a34be3cf35b2288e5d41bddb (diff)
downloadandroid_packages_apps_PackageInstaller-fbbf34a124bcd92144b6332c0d35da163641d165.tar.gz
android_packages_apps_PackageInstaller-fbbf34a124bcd92144b6332c0d35da163641d165.tar.bz2
android_packages_apps_PackageInstaller-fbbf34a124bcd92144b6332c0d35da163641d165.zip
am e9c11f88: am 5df7e6ee: am 3b0e5559: am ead6d1b9: am b11175de: Properly label the permission request activity for accessibility
* commit 'e9c11f885ae51240a34be3cf35b2288e5d41bddb': Properly label the permission request activity for accessibility
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5916efb6..30eda5b0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -264,4 +264,7 @@
<!-- [CHAR LIMIT=45] Group of permissions granted to app automatically when installed. -->
<string name="other_permissions">Other app capabilities</string>
+ <!-- Title of the permission dialog for accessibility purposes- spoken to the user. [CHAR LIMIT=none] -->
+ <string name="permission_request_title">Permission request</string>
+
</resources>