index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
AppOpsManagerInternal.java
Age
Commit message (
Expand
)
Author
2021-07-21
Don't block intent if op is restricted due to toggles
Evan Severson
2021-06-29
Merge "Add global app op restrictions" into sc-dev
TreeHugger Robot
2021-06-28
Add global app op restrictions
Evan Severson
2021-06-25
Fix finishOp for HotwordDetectionService
Ahaan Ugale
2021-06-01
Switch media fw permissions checks to AttributionSource
Svet Ganov
2021-05-14
Add support for excluding tags from restrictions
Soonil Nagarkar
2021-04-21
Pipe start op throught app ops policy and delegate
Svet Ganov
2021-04-02
Make note/startOperation return SyncNotedAppOp, add mode
Nate Myren
2021-03-29
Runtime permission attribution improvements
Svet Ganov
2020-06-19
Prevent developer provided strings from being uploaded through statsd.
Stanislav Zholnin
2020-02-13
Don't mutate permission state when setting app op from PermissionPolicyService.
Hai Zhang
2020-02-03
Don't callback twice for app op changes in PermissionPolicyService.
Hai Zhang
2020-01-24
FGS background start restriction.
Hui Yu
2020-01-03
Collect AsyncNotedAppOp in same call as noteOp
Philip P. Moltmann
2019-10-17
Add feature context
Philip P. Moltmann
2019-05-07
Remove unnecessary internal APIs.
Philip P. Moltmann
2019-04-15
Remove setAllPkgModesToDefault
Philip P. Moltmann
2019-03-12
Don't check pkg<->uid when called from internal
Philip P. Moltmann
2019-01-27
Reset per-pkg app-ops for runtime permissions
Philip P. Moltmann
2018-12-20
Set UID appops mode instead of package appops mode
Philip P. Moltmann
2018-12-19
Make sure unsafeCheckOpRaw ops check raw ops
Svet Ganov
2018-11-08
Split permissions inherit state from their parents
Philip P. Moltmann
2018-07-03
Allow UiAutomation to adopt the shell permission indentity
Svet Ganov
2018-05-14
Allow device/profile owners to change app ops modes.
Dianne Hackborn