summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2016-09-20 20:04:03 -0700
committerSvet Ganov <svetoslavganov@google.com>2016-09-21 20:03:04 -0700
commit5e3cc5335e208fff39b0983a88f37e92b3da8c69 (patch)
tree5613036346eb36c6176335caa95d450c3a5ab1f8 /res/values/strings.xml
parent825244ea6632a2cb13d083a19a3939ed16719f85 (diff)
downloadandroid_packages_apps_PackageInstaller-5e3cc5335e208fff39b0983a88f37e92b3da8c69.tar.gz
android_packages_apps_PackageInstaller-5e3cc5335e208fff39b0983a88f37e92b3da8c69.tar.bz2
android_packages_apps_PackageInstaller-5e3cc5335e208fff39b0983a88f37e92b3da8c69.zip
Polish permissions review UI.
This change adds a more info button to the permission grant UI and the permission review UI which sends the user to the all permissions screen. It also adds UI to manage all permissions in the SMS group individually. Now tapping on the switch in the app permissions screen toggles the permission group and tapping on the permission name sends the user to the detailed permission-level management UI. Lastly, this change adds management controls to each SMS permission in the all permissions screen where tapping on the switch toggles the permission and tapping on the name as before shows a detailed description. Change-Id: I1d6cbc478c789e7680f41b92b9f3fa2504576ecd
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 12ad5f12..012bf36a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -162,6 +162,9 @@
<!-- Title for the dialog button to deny a permission grant. -->
<string name="grant_dialog_button_deny">Deny</string>
+ <!-- Title for the dialog button to get more info about a permission. -->
+ <string name="grant_dialog_button_more_info">More info</string>
+
<!-- Title for the dialog button to deny a permission grant despite a warning of implications. -->
<string name="grant_dialog_button_deny_anyway">Deny anyway</string>
@@ -175,6 +178,15 @@
&lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to
<xliff:g id="action" example="do something">%2$s</xliff:g>?</string>
+ <!-- Template for the message how many permissions are disabled. -->
+ <string name="permission_revoked_count"><xliff:g id="count" example="2">%1$d</xliff:g> disabled</string>
+
+ <!-- Message that all permissions are disabled. -->
+ <string name="permission_revoked_all">all disabled</string>
+
+ <!-- Message that no permissions are disabled. -->
+ <string name="permission_revoked_none">none disabled</string>
+
<!-- Permissions -->
<!-- Title for the dialog button to allow a permission grant. -->
@@ -280,11 +292,11 @@
<!-- Template for the screen title when app permissions are reviewed on install. -->
<string name="permission_review_title_template_install">Choose what to allow
- <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> to access</string>
+ &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access</string>
<!-- Template for the screen title when app permissions are reviewed on update. -->
<string name="permission_review_title_template_update">
- <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> has been updated.
+ &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> has been updated.
Choose what to allow this app to access.</string>
<!-- Title for the dialog button to cancel the detailed permission review. -->