summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2016-08-12 15:21:26 -0700
committerPhilip P. Moltmann <moltmann@google.com>2016-08-12 15:57:02 -0700
commit0bbd04b3b5995c96fc268713bdfbebe153251bbd (patch)
treef80e49e1925d4aa4e8acc325f30ec74966127afb /res/values
parent4b362e58a764cfb74898ed7fb86c553de8f0c938 (diff)
downloadandroid_packages_apps_PackageInstaller-0bbd04b3b5995c96fc268713bdfbebe153251bbd.tar.gz
android_packages_apps_PackageInstaller-0bbd04b3b5995c96fc268713bdfbebe153251bbd.tar.bz2
android_packages_apps_PackageInstaller-0bbd04b3b5995c96fc268713bdfbebe153251bbd.zip
Make ReviewPermissions a MD full screen dialog
Change-Id: I5a800cc80d436a1ece35a326deeb80c7c302b1f6
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
-rw-r--r--res/values/themes.xml6
2 files changed, 12 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 12ad5f12..8946b3b5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -278,12 +278,14 @@
Allow <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> to
access the following?</string>
- <!-- Template for the screen title when app permissions are reviewed on install. -->
- <string name="permission_review_title_template_install">Choose what to allow
+ <string name="permission_review_title">Permissions</string>
+
+ <!-- Template for the message when app permissions are reviewed on install. -->
+ <string name="permission_review_message_template_install">Choose what to allow
<xliff:g id="app_name" example="Gmail">%1$s</xliff:g> to access</string>
- <!-- Template for the screen title when app permissions are reviewed on update. -->
- <string name="permission_review_title_template_update">
+ <!-- Template for the message when app permissions are reviewed on update. -->
+ <string name="permission_review_message_template_update">
<xliff:g id="app_name" example="Gmail">%1$s</xliff:g> has been updated.
Choose what to allow this app to access.</string>
diff --git a/res/values/themes.xml b/res/values/themes.xml
index db4b744e..93108791 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -33,4 +33,10 @@
<item name="android:windowBackground">@android:color/transparent</item>
</style>
+ <style name="ReviewPermissions"
+ parent="@android:style/Theme.DeviceDefault.Light.DarkActionBar">
+ <item name="android:windowActionBar">false</item>
+ <item name="android:windowNoTitle">true</item>
+ </style>
+
</resources>