From 2bcb3ddd1c25d422e80cde57f6db392866a07674 Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Wed, 6 May 2015 09:58:34 -0400 Subject: 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 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0e5b5306..dedf0c48 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -67,7 +67,7 @@ + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"> -- cgit v1.2.3