summaryrefslogtreecommitdiff
path: root/core/java/android/app/AppOpsManager.java
Commit message (Expand)AuthorAgeFilesLines
* Allow UiAutomation to adopt the shell permission indentitySvet Ganov2019-02-211-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+118
* Fix for missing location iconAmith Yamasani2018-05-281-2/+12
* More app ops fg/bg tuningDianne Hackborn2018-05-151-4/+10
* Further flesh out app ops foreground state.Dianne Hackborn2018-05-091-2/+56
* Add app op for Bluetooth scansDianne Hackborn2018-05-021-1/+13
* Work on issue #78480444: Start tracking uid state in app opsDianne Hackborn2018-05-011-105/+167
* Compute correct rejected timePhilip P. Moltmann2018-04-261-1/+1
* Work on issue #78480444: Start tracking uid state in app opsDianne Hackborn2018-04-241-11/+88
* Fix issue #77230164: Add app op to control foreground servicesDianne Hackborn2018-03-301-2/+16
* Add AppOp for IpSec TunnelsNathan Harold2018-03-211-1/+14
* Add missing "android:" prefix to some app op constants.Peter Visontay2018-03-201-3/+4
* Fix issue #62342672: API Review: OPSTR_ACTIVATE_VPN SystemApiDianne Hackborn2018-03-131-1/+26
* Merge "Finish ops started on behalf of a removed package."TreeHugger Robot2018-03-011-0/+1
|\
| * Finish ops started on behalf of a removed package.Svet Ganov2018-02-281-0/+1
* | Merge "Use start/finish app ops in window manager"TreeHugger Robot2018-03-011-27/+82
|\|
| * Use start/finish app ops in window managerSvet Ganov2018-02-261-27/+82
* | More robust @RequiresPermission handling.Jeff Sharkey2018-02-271-2/+1
|/
* Merge "APIs to watch active op changes"TreeHugger Robot2018-02-201-2/+100
|\
| * APIs to watch active op changesSvetoslav Ganov2018-02-161-2/+100
* | Remove the OP_REQUEST_DELETE_PACKAGES op from the list of runtime permissions.Peter Visontay2018-02-151-1/+0
|/
* Pass in the user defined by Context.Jeff Sharkey2018-02-031-1/+1
* Add handover permission, fill in some missing API gaps.Tyler Gunn2018-01-241-2/+19
* No camera for idle uids - frameworkSvet Ganov2018-01-211-0/+19
* Mark AppOpsManager.setMode() @TestApi.Peter Visontay2018-01-051-0/+1
* Define a @SystemApi string ID for each App Op.Peter Visontay2018-01-051-40/+169
* Revert "Log an App Op when an accessibility action is performed."Phil Weaver2017-12-161-11/+1
* Log an App Op when an accessibility action is performed.Peter Visontay2017-12-151-1/+11
* Log when an app shows a UI overlay.Peter Visontay2017-12-141-1/+1
* Log an App Op when an accessibility service is registered.Peter Visontay2017-12-131-1/+11
* Define an App Op for REQUEST_DELETE_PACKAGES.Peter Visontay2017-11-271-1/+12
* Add App Op for changing WiFi State.Peter Visontay2017-10-191-1/+11
* Restricting background apps from running jobsSuprabh Shukla2017-08-041-2/+12
* Active camera apps can defy reserved cache space.Jeff Sharkey2017-06-121-0/+9
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-3/+5
* Rename READ_PHONE_NUMBER to READ_PHONE_NUMBERSChad Brubaker2017-03-311-10/+10
* Merge "Update PiP AppOps flag to enforce all PiP functionality."Winson Chung2017-03-211-7/+10
|\
| * Update PiP AppOps flag to enforce all PiP functionality.Winson Chung2017-03-201-7/+10
* | Add TRON Events for app-ops permissions.Philip P. Moltmann2017-03-161-0/+2
|/
* Introduce ANSWER_PHONE_CALLS permissionEugene Susla2017-02-241-1/+15
* Auto-grant background execution and data accessSvet Ganov2017-02-151-11/+18
* Add permission for instant apps creating foreground servicesChad Brubaker2017-02-071-1/+14
* Adding AppOps setting for entering PiP when hidden.Winson Chung2017-01-241-1/+11
* Adding app op and intent action for external sourcesSuprabh Shukla2017-01-201-1/+11
* Add READ_PHONE_NUMBER permissionChad Brubaker2016-11-301-1/+14
* Define stream type for accessibility volume controlJean-Michel Trivi2016-11-211-1/+11
* Add app op name string for a runtime permissionSvet Ganov2016-09-221-3/+1
* Add a missing app op string nameSvet Ganov2016-09-221-1/+6
* Use separate switch ops for runtime permissionsSvet Ganov2016-09-211-2/+2
* Fix permissions update for VrListenerService on user changes.Svetoslav Ganov2016-06-101-2/+7