summaryrefslogtreecommitdiff
path: root/core/java/android/app/AppOpsManagerInternal.java
AgeCommit message (Expand)Author
2021-07-21Don't block intent if op is restricted due to togglesEvan Severson
2021-06-29Merge "Add global app op restrictions" into sc-devTreeHugger Robot
2021-06-28Add global app op restrictionsEvan Severson
2021-06-25Fix finishOp for HotwordDetectionServiceAhaan Ugale
2021-06-01Switch media fw permissions checks to AttributionSourceSvet Ganov
2021-05-14Add support for excluding tags from restrictionsSoonil Nagarkar
2021-04-21Pipe start op throught app ops policy and delegateSvet Ganov
2021-04-02Make note/startOperation return SyncNotedAppOp, add modeNate Myren
2021-03-29Runtime permission attribution improvementsSvet Ganov
2020-06-19Prevent developer provided strings from being uploaded through statsd.Stanislav Zholnin
2020-02-13Don't mutate permission state when setting app op from PermissionPolicyService.Hai Zhang
2020-02-03Don't callback twice for app op changes in PermissionPolicyService.Hai Zhang
2020-01-24FGS background start restriction.Hui Yu
2020-01-03Collect AsyncNotedAppOp in same call as noteOpPhilip P. Moltmann
2019-10-17Add feature contextPhilip P. Moltmann
2019-05-07Remove unnecessary internal APIs.Philip P. Moltmann
2019-04-15Remove setAllPkgModesToDefaultPhilip P. Moltmann
2019-03-12Don't check pkg<->uid when called from internalPhilip P. Moltmann
2019-01-27Reset per-pkg app-ops for runtime permissionsPhilip P. Moltmann
2018-12-20Set UID appops mode instead of package appops modePhilip P. Moltmann
2018-12-19Make sure unsafeCheckOpRaw ops check raw opsSvet Ganov
2018-11-08Split permissions inherit state from their parentsPhilip P. Moltmann
2018-07-03Allow UiAutomation to adopt the shell permission indentitySvet Ganov
2018-05-14Allow device/profile owners to change app ops modes.Dianne Hackborn