summaryrefslogtreecommitdiff
path: root/framework/java
AgeCommit message (Collapse)Author
2024-02-06Renamed PermissionState to reuse in SystemAPI Kiran Ramachandra
The class `PermissionState` is being used in ag/26066306 as SystemAPI. Hence renaming this to an unused class, which will be cleaned up in a follow up CL. Effort to rename as well as recuse in single CL has failed in pre-submit with the error `FAILED: out/soong/hiddenapi/hiddenapi-stub-flags.txt` and `Class duplication: Landroid/permission/PermissionState`. Hence, created this CL separately to rename first. Bug: 322876542 Test: manual Change-Id: I44dcf2c8a2b0ba1fd9f9e9e4492f1bc4d7566b21
2020-01-15Allow adding framework and service java code into permission APEX. Hai Zhang
Along with two empty classes to make build happy. Bug: 136503238 Test: presubmit Change-Id: Ib706a7ac4d09374ce220961f9439f712a38f7c0c