summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-05-06 09:58:34 -0400
committerJason Monk <jmonk@google.com>2015-05-08 09:07:58 -0400
commit2bcb3ddd1c25d422e80cde57f6db392866a07674 (patch)
tree15d4fc247c76ad73b9fc9a198afccc20061dda7f /AndroidManifest.xml
parent45d0ee617557bce475fa31468aa5be909f603172 (diff)
downloadandroid_packages_apps_PackageInstaller-2bcb3ddd1c25d422e80cde57f6db392866a07674.tar.gz
android_packages_apps_PackageInstaller-2bcb3ddd1c25d422e80cde57f6db392866a07674.tar.bz2
android_packages_apps_PackageInstaller-2bcb3ddd1c25d422e80cde57f6db392866a07674.zip
Add animation for multiple permission checks
- DialogFragment was removed and just use the dialog-themed activity instead. The previously GrantPermissionFragment, now acts as a helper class. - The dialog always tells the window its the same size, but then draws at whatever height is required for the current permission. (this allows it to stay in one position) - Touching outside now does nothing so that the user must respond to the permission request. Change-Id: I12f27de4de5ad83e123cb9acfa062950db39f61b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0e5b5306..dedf0c48 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -67,7 +67,7 @@
<activity android:name=".permission.ui.GrantPermissionsActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:excludeFromRecents="true"
- android:theme="@android:style/Theme.DeviceDefault.Dialog.NoActionBar">
+ android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar">
<intent-filter>
<action android:name="android.content.pm.action.REQUEST_PERMISSIONS" />
<category android:name="android.intent.category.DEFAULT" />