summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-03-26 11:05:38 -0400
committerJason Monk <jmonk@google.com>2015-03-27 10:43:05 -0400
commit46c55104384a9138d51c18c24114885af842afde (patch)
tree24ad4d4dd7a9dfe989947893dbbcf71c8483138c /AndroidManifest.xml
parent024f373dc0a90cbd4b513a1cf1dcf8a6c248dc49 (diff)
downloadandroid_packages_apps_PackageInstaller-46c55104384a9138d51c18c24114885af842afde.tar.gz
android_packages_apps_PackageInstaller-46c55104384a9138d51c18c24114885af842afde.tar.bz2
android_packages_apps_PackageInstaller-46c55104384a9138d51c18c24114885af842afde.zip
Update permissions UI
- Update existing settings page to show action bar and app header. - Add page to manage apps based on permission. Change-Id: I2211044fbe4db4b4fbf981f1a7ad7a01666cd69d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3273ddef..8b7ba2f9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -75,9 +75,12 @@
<activity android:name=".permission.ManagePermissionsActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:excludeFromRecents="true"
+ android:label="@string/app_permissions"
+ android:theme="@android:style/Theme.Material.Settings"
android:permission="android.permission.GRANT_REVOKE_PERMISSIONS">
<intent-filter>
<action android:name="android.intent.action.MANAGE_APP_PERMISSIONS" />
+ <action android:name="android.intent.action.MANAGE_PERMISSION_APPS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>