summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2016-09-01 23:54:45 +0000
committerSvetoslav Ganov <svetoslavganov@google.com>2016-09-20 23:05:50 +0000
commit825244ea6632a2cb13d083a19a3939ed16719f85 (patch)
tree027782f915037625bfafc5bc8f0c3f051ed3caf0 /res/values
parentfb0fddc49af7dd1a01a4234ea07587eb6ba3253f (diff)
downloadandroid_packages_apps_PackageInstaller-825244ea6632a2cb13d083a19a3939ed16719f85.tar.gz
android_packages_apps_PackageInstaller-825244ea6632a2cb13d083a19a3939ed16719f85.tar.bz2
android_packages_apps_PackageInstaller-825244ea6632a2cb13d083a19a3939ed16719f85.zip
Revert "Make ReviewPermissions a MD full screen dialog"
This reverts commit 0bbd04b3b5995c96fc268713bdfbebe153251bbd. Change-Id: I69f062bfb74717e17d377f249886e2a814605671
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
-rw-r--r--res/values/themes.xml6
2 files changed, 4 insertions, 12 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8946b3b5..12ad5f12 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -278,14 +278,12 @@
Allow <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> to
access the following?</string>
- <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
+ <!-- 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>
- <!-- Template for the message when app permissions are reviewed on update. -->
- <string name="permission_review_message_template_update">
+ <!-- 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.
Choose what to allow this app to access.</string>
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 93108791..db4b744e 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -33,10 +33,4 @@
<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>