summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-03-22 18:49:22 -0700
committerSvetoslav <svetoslavganov@google.com>2015-03-24 20:18:16 -0700
commit72b68774632f03289dc02d0e3dada06e9c984fd3 (patch)
treec427d0d5841da4391216b22728223508c0b49dd6 /res/values
parent3c99a2b334eb00b6cfa078a9e9ed2d6a151bde46 (diff)
downloadandroid_packages_apps_PackageInstaller-72b68774632f03289dc02d0e3dada06e9c984fd3.tar.gz
android_packages_apps_PackageInstaller-72b68774632f03289dc02d0e3dada06e9c984fd3.tar.bz2
android_packages_apps_PackageInstaller-72b68774632f03289dc02d0e3dada06e9c984fd3.zip
Initial version of the grant permission UI.
Change-Id: Ieb311d29d122cfce130ae1a26889dd7794548833
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c4327fbe..e807392f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -170,4 +170,31 @@
<string name="grant_confirm_question">Do you want to grant the following permissions?
It will get access to:</string>
+
+ <!-- Title for the dialog button to allow a permission grant. -->
+ <string name="grant_dialog_button_allow">Allow</string>
+
+ <!-- Title for the dialog button to deny a permission grant. -->
+ <string name="grant_dialog_button_deny">Deny</string>
+
+ <!-- Template for the current permission from the total number of permissions. -->
+ <string name="current_permission_template">
+ <xliff:g id="current_permission_index" example="1">%1$s</xliff:g> of
+ <xliff:g id="permission_count" example="2">%2$s</xliff:g></string>
+
+ <!-- Template for the warning message when an app requests a permission. -->
+ <string name="permission_warning_template">Allow
+ <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> to
+ <xliff:g id="action" example="do something">%2$s</xliff:g>?</string>
+
+ <!-- Permissions -->
+
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <string name="permlab_togglePermissions" translatable="false">toggle permissions</string>
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <string name="permdesc_togglePermissions" translatable="false">Allows the holder to launch
+ the UI for toggling app permissions. Should never be needed for normal apps.</string>
+
</resources>