summaryrefslogtreecommitdiff
path: root/core/java/android/permission/PermGroupUsage.java
Commit message (Collapse)AuthorAgeFilesLines
* Add attribution to PermGroupUsage and indicatorsGanesh Olekar2022-02-171-128/+0
| | | | | | | Bug: 200280741 Test: atest com.android.systemui.privacy.PrivacyDialogTest Change-Id: I1dcd7bea997605f3caaac742419476f4e0ac2fdf CTS-Coverage-Bug: 220157796
* Add Permission Indicator methods/classes to Test ApiNate Myren2021-03-231-2/+45
| | | | | | | | Also sets lastAccessTime = now for running ops Test: atest PermissionIndicatorAppOpUsageTest Bug: 172868375 Change-Id: I2a616f624640e0f219e33d6fa8ebf55559e24e1a
* Add special attribution cases to PermissionUsageHelperNate Myren2021-01-131-2/+2
| | | | | | | | | Porting the proxy usage and mic special attribution cases from the PermissionController to the PermissionManager Bug: 172868375 Test: manual Change-Id: I2af850c9cd709541abf862377b67153a1c477c94
* Add lastAccessTime to PermGroupUsageNate Myren2021-01-111-1/+7
| | | | | | Bug: 172868375 Test: Build Change-Id: Ib23ef6459f709a2743e9e662619cb785a1ce54c7
* Add most basic aspects of permission usage to PermissionManagerNate Myren2020-12-161-0/+79
Add the basic API for getting permission usage for mic, camera, and location. Does not use special attribution yet. Mostly untested Bug: 172868375 Test: Basic manual tests Change-Id: Icb268b820557d62125e9307d6ffcf7046ab9b490