summaryrefslogtreecommitdiffstats
path: root/src/com/android/packageinstaller/permission/model/PermissionStatusReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* Use unique preference key.Svet Ganov2015-09-121-6/+6
| | | | | | | | | | | | The UI code was wrongly using UID as the key - it is not unique - resulting in keeping only one app per UID in the UI and not showing permission controls for the other apps in this UID. This change uses the unique package plus UID as the preference key. bug:23937944 Change-Id: I859afcf3ec8efdcb62d0e9dacd19f771436da084
* Show location permission toggle for location providerSvetoslav2015-08-281-1/+1
| | | | | | bug:23528665 Change-Id: Id3a0838c3421b56dcf47c86043bb51c670268d03
* Revert "Grant only requested permissions not the whole group."Ian Pedowitz2015-08-211-1/+1
| | | | | | | | This reverts commit e899d8d48558a6d4a8f0498c38a623115aad2205. Bug: 23314383 Bug: 23397858 Change-Id: Ia928a4b24c60eae6b4fb16ebdbfa6b6787f6c3ae
* Grant only requested permissions not the whole group.Svet Ganov2015-08-201-1/+1
| | | | | | | | | | | | The policy for an app requesting permissions is that only the requested permissions are granted not the whole groups to which these permissions belong. There was a regression where we granted the whole group not only the requested permissions. If an app has a permission in a group already granted, now per policy a subsequent request from the same group is followed by an auto grant. bug:23370436 Change-Id: Icce6377d60187f6f153d10d646cd8c9878dd6fab
* Remove the obsolete 'show legacy' option from permission screensSvet Ganov2015-07-161-1/+1
| | | | | | bug:22523221 Change-Id: I09b605c7689c7402942c02a2639f1f28c7ee0c54
* Add better logic for what is 'system'Jason Monk2015-06-181-1/+3
| | | | | | | | Match settings logic for this: System apps are on the system image, don't show up in launcher, and haven't been updated. Bug: 21849124 Change-Id: Ida77f98d080068731dcfd7aaf26aeb086fd681ed
* Merge "ACTION_GET_PERMISSIONS_COUNT now returns list of granted..." into mnc-devMakoto Onuki2015-06-101-8/+42
|\
| * ACTION_GET_PERMISSIONS_COUNT now returns list of granted...Makoto Onuki2015-06-081-8/+42
| | | | | | | | | | | | | | | | permissions too. to Settings. Change-Id: Ib864d8ceb2c0f4eb18dc86775e7c9679161e7a88
* | Merge "Respect permission request order." into mnc-devSvetoslav2015-06-091-1/+1
|\ \ | |/ |/|
| * Respect permission request order.Svetoslav2015-06-091-1/+1
| | | | | | | | | | | | | | | | | | Show permission accept dialogs in the order of which the developer requested the permissions. bug:21559824 Change-Id: I2a8f459252b31440707c6d8ffb3766e8ab6e0031
* | Add show/hide system to PermissionAppsFragmentsJason Monk2015-06-041-0/+4
|/ | | | | Bug: 20826868 Change-Id: Ie48a3624116822135eb1920806ed12ade1612874
* Add permission summaries backJason Monk2015-05-261-0/+93
- Add summaries to manage permissions screen - Add some shortcuts to skip loading unneeded labels/icons for summary info - Add way for Settings to broadcast request for info about granted permissions. Bug: 21078474 Change-Id: I28582129971385203f4e4316addf73e07ee53940