index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
binder
/
IAppOpsService.cpp
Age
Commit message (
Expand
)
Author
2021-04-19
libbinder->libpermission: appops
Steven Moreland
2021-04-08
Properly unparcel return from note/startOperation
Nate Myren
2021-04-01
Update native AppOpsService to unpack SyncNotedAppOp
Nate Myren
2020-11-25
Merge "remove extra semicolons [-Wextra-semi]" am: b0379e376d am: 9baa2fe651 ...
Treehugger Robot
2020-11-25
remove extra semicolons [-Wextra-semi]
Jooyung Han
2020-08-03
Add shouldCollectMessage parameter to AppOpsManager calls from native code.
Stanislav Zholnin
2020-03-11
Rename featureId -> attributionTag
Philip P. Moltmann
2020-03-11
Rename featureId -> attributionTag
Philip P. Moltmann
2020-02-26
Use std::optional for @nullable (AIDL)
Jooyung Han
2020-02-24
Use std::optional for @nullable (AIDL)
Jooyung Han
2020-01-04
Collect AsyncNotedAppOp in same call as native noteOp
Philip P. Moltmann
2019-12-09
Create local clientId instead of sharing one
Philip P. Moltmann
2019-11-05
Allow null featureIds in AppOpsService binder calls
Philip P. Moltmann
2019-10-09
Note appOps with featureIds from native code
Philip P. Moltmann
2019-09-27
Remove extraneous semicolon.
Steven Moreland
2019-09-09
libbinder: Hide AppOpsManager/Service from vendor.
Steven Moreland
2019-08-30
Camera: add camera audio restriction binder call
Yin-Chia Yeh
2019-08-28
Support noted appops collection in native code
Philip P. Moltmann
2019-07-15
Merge "libbinder: don't export Static.h"
Steven Moreland
2019-07-12
libbinder: don't export Static.h
Steven Moreland
2019-03-12
Native impl for ApOpManager.checkAudioOperation
Jean-Michel Trivi
2018-10-29
Suppress lint warnings on google-default-arguments
Jiyong Park
2018-06-08
Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master
Xin Li
2018-06-07
[binder] Replace NULL/0 with nullptr
Yi Kong
2018-02-26
Use start/finish app ops in window manager - frameworks native
Svet Ganov
2016-04-25
Fix google-explicit-constructor warnings.
Chih-Hung Hsieh
2015-05-01
Add body sensors app op - framework native
Svetoslav
2014-11-14
Replace IInterface::asBinder() with a static
Marco Nelissen
2014-05-29
binder: rm utils/Debug.h
Mark Salyzyn
2013-07-17
Follow framework change to track started ops by proc.
Dianne Hackborn
2013-02-19
Fixes to native app ops services
Eino-Ville Talvala
2013-02-12
App ops: new native access API.
Dianne Hackborn