summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-07-10 18:05:31 -0700
committerSvet Ganov <svetoslavganov@google.com>2015-07-10 18:05:41 -0700
commitb11175def588916edda9d4b6418f37fbb7e155bd (patch)
tree0110a1669ee2c750e40288050817923c4be271c3 /res
parent57b5d43f4839c62225cf616296f464b0739e66ba (diff)
downloadandroid_packages_apps_PackageInstaller-b11175def588916edda9d4b6418f37fbb7e155bd.tar.gz
android_packages_apps_PackageInstaller-b11175def588916edda9d4b6418f37fbb7e155bd.tar.bz2
android_packages_apps_PackageInstaller-b11175def588916edda9d4b6418f37fbb7e155bd.zip
Properly label the permission request activity for accessibility
bug:22129341 Change-Id: Ic296e44419388aff5d8b8e03c5c800364b44e44b
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>