History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsViewHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ef861375eebd9ac6cce7c0bb163380ab1c951063 20-Nov-2015 Svetoslav <svetoslavganov@google.com> resolve merge conflicts of c10abb25f3 to cw-e-dev.

Change-Id: I3fe38a9ac62466b38efec834dceb712d2782c518
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsViewHandler.java
ac65014749a771543f78147ef63fdbfc06e69da7 30-Jun-2015 Svetoslav <svetoslavganov@google.com> :Fix should show permission API back button behavior.

Pressing the back button in the request permission dialog
should be treated as a denial of the currently displayed
permission.

bug:22041240

Change-Id: I853d9ff5d3d10a29b2a5b1815de7de8b1c28cc6b
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsViewHandler.java
17c6b0c6492c259e02f1f1edbbf4863a71b6e7ab 09-Jun-2015 Todd Volkert <tvolkert@google.com> Add tv-specific grant permissions view handler

b/20476102

Change-Id: I128bb19413121b6d0367147989e79bffe45f8d82
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsViewHandler.java
9f0bcd12aab977eec99d692de9206484e859a252 27-May-2015 Todd Volkert <tvolkert@google.com> Prepare "grant permissions" for Tv-specific view handler.

Also, this cleans up some unused code in GrantPermissionsActivity
and fixes a latent bug in GrantPermissionsActivity#updateDefaultResults
where if the calling package was null, we were defaulting to GRANTED.

Note that we can't simply create a tv-specific layout xml file,
because the view handler is tied to the layout xml, so this change
allows for the creation of different view handlers.

b/20476102

Change-Id: Ia62051a0895e4bd314d18ba3001871b29de21ae5
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/GrantPermissionsViewHandler.java