summaryrefslogtreecommitdiffstats
path: root/src/com/android/packageinstaller/permission/ui/GrantPermissionsViewHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* resolve merge conflicts of c10abb25f3 to cw-e-dev.Svetoslav2015-11-201-1/+1
| | | | Change-Id: I3fe38a9ac62466b38efec834dceb712d2782c518
* :Fix should show permission API back button behavior.Svetoslav2015-06-301-0/+5
| | | | | | | | | | 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
* Add tv-specific grant permissions view handlerTodd Volkert2015-06-101-0/+8
| | | | | | b/20476102 Change-Id: I128bb19413121b6d0367147989e79bffe45f8d82
* Prepare "grant permissions" for Tv-specific view handler.Todd Volkert2015-06-011-0/+76
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