• Jason Monk's avatar
    Add animation for multiple permission checks · 2bcb3ddd
    Jason Monk authored
     - 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
    2bcb3ddd
GrantPermissionsActivity.java 9.87 KB