summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-03-26 14:43:41 -0400
committerJason Monk <jmonk@google.com>2015-03-27 10:43:11 -0400
commitdbc3e510110d707aeb9ea9dbf350e69b4d79ad79 (patch)
tree0cd25e8c129eaba4d51b9ccb3c7dd184abc7a49f /res/values
parent46c55104384a9138d51c18c24114885af842afde (diff)
downloadandroid_packages_apps_PackageInstaller-dbc3e510110d707aeb9ea9dbf350e69b4d79ad79.tar.gz
android_packages_apps_PackageInstaller-dbc3e510110d707aeb9ea9dbf350e69b4d79ad79.tar.bz2
android_packages_apps_PackageInstaller-dbc3e510110d707aeb9ea9dbf350e69b4d79ad79.zip
Minor updates to permission request dialog
- Show correct icon and tinting for it - Bold/color the app name - Update the string, location and themeing of the checkbox, although its not actually hooked up yet. Change-Id: Ia7da81abb3d427f6d37ea29e8a38531cb743e878
Diffstat (limited to 'res/values')
-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 a8254f49..52fe050d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -199,5 +199,8 @@
<!-- Title for page of managing application permissions -->
<string name="app_permissions">App permissions</string>
+ <!-- Checkbox that allows user to not be questioned about this permission
+ request again -->
+ <string name="never_ask_again">Never ask again</string>
</resources>