summaryrefslogtreecommitdiff
path: root/core/java/android/permission/RuntimePermissionUsageInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Use correct type for permission group name.Joel Galenson2019-03-201-5/+5
| | | | | | | | | I forgot to change the type when I moved this from being the albel to being the name. Fixes: 128994612 Test: Call API. Change-Id: Ie2d7a48512015304fe748c834e60a1ad445c4276
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
| | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
* Add new method to count how many apps have used permissionsJoel Galenson2019-01-141-0/+96
Bug: 121256299 Test: Called API and looked at result. Change-Id: If055093a81598cf36a5d1b745ee5397974ee4106