summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/AppOpsManager.java
Commit message (Expand)AuthorAgeFilesLines
* Work on issue #18572506: AppOps in-memory state is invalid after...Dianne Hackborn2014-12-031-1/+14
* Add public constant for usage stats app op.Dianne Hackborn2014-09-021-1/+4
* Less intrusive VPN dialog and other UX tweaks.Jeff Davidson2014-08-201-9/+22
* Add Shell command to set AppOps permissionsAdam Lesinski2014-08-191-1/+4
* Disable call log for users with DISALLOW_OUTGOING_CALLS restrictionYorke Lee2014-08-131-2/+2
* Allow phone UID to export singleton providersAmith Yamasani2014-08-051-8/+8
* Add permissions associated with app ops.Dianne Hackborn2014-07-211-1/+8
* Zen mode filtering should use new usage constants.John Spurlock2014-07-191-3/+6
* Add MediaProjection APIs.Michael Wright2014-07-171-4/+14
* Map location-based op codes to UserManager.DISALLOW_SHARE_LOCATION.Julia Reynolds2014-07-021-7/+7
* User restriction for disallowing window creationJason Monk2014-07-021-3/+78
* Add an app ops code for microphone muting.Emily Bernier2014-06-161-2/+11
* Connect user audio restrictions to app ops.Emily Bernier2014-05-161-7/+7
* Notify AppOpsService of UserRestrictions and OwnersJason Monk2014-05-161-0/+65
* Usage stats!Dianne Hackborn2014-05-081-1/+10
* Add stream-level suppression to vibrate/audio services.John Spurlock2014-03-191-0/+48
* am 62826f55: am f6228d95: Merge "Fix doc typos in AppOpsManager.java" into kl...John Spurlock2014-03-141-2/+2
|\
| * Fix doc typos in AppOpsManager.javaJohn Spurlock2014-03-101-2/+2
* | am 0b8fd029: am a299862d: Merge "Fix App Ops permission mapping structure."Nick Kralevich2013-10-081-1/+1
|\ \ | |/ |/|
| * am a299862d: Merge "Fix App Ops permission mapping structure."Nick Kralevich2013-10-081-1/+1
| |\
| | * Fix App Ops permission mapping structure.Robert Craig2013-10-071-1/+1
* | | Fix issue #11044267: AppOpsManager.startWatchingMode should take a StringDianne Hackborn2013-10-021-0/+12
* | | Fix issue #10919261: Don't clear OP_WRITE_SMS when resetting app prefsDianne Hackborn2013-09-261-5/+70
* | | Issue #10461551: KLP API Review: AppOpsManagerDianne Hackborn2013-09-231-31/+275
* | | Implement new method for handling SMS/MMS on the platformDavid Braun2013-09-161-1/+58
* | | Fix issue #10688644: Java crash in com.android.phone:Dianne Hackborn2013-09-111-6/+10
* | | Merge "Factor out read/write SMS settings seperate from send/receive." into k...David Braun2013-09-101-5/+5
|\ \ \
| * | | Factor out read/write SMS settings seperate from send/receive.David Braun2013-09-101-5/+5
* | | | Provide calling package to ContentProviders.Jeff Sharkey2013-09-061-0/+17
|/ / /
* | | resolved conflicts for merge of c8911ddd to masterDianne Hackborn2013-08-021-0/+8
|\ \ \ | |/ /
| * | Add new app ops method to reset all op modes.Dianne Hackborn2013-08-021-0/+8
| |/
* | Add new app op to monitor high power location requests.David Christie2013-07-301-2/+8
* | Make it safe to use start/stop app ops outside of system procDianne Hackborn2013-07-171-3/+22
* | Make ArrayMap public! :)Dianne Hackborn2013-07-161-4/+3
* | Add new location monitoring op, make some of app ops public.Dianne Hackborn2013-07-091-11/+143
* | Add app ops for wake locks.Dianne Hackborn2013-05-201-1/+5
* | Add new app ops for various interesting audio service things.Dianne Hackborn2013-05-061-1/+37
|/
* App ops: adding operations for reading/writing clipboard.Dianne Hackborn2013-02-251-1/+9
* App ops: media ops, set up to be callable from native code.Dianne Hackborn2013-02-121-2/+63
* New API to request a list of current notifications.Daniel Sandler2013-02-071-1/+9
* App ops: track system windows, monitoring changes.Dianne Hackborn2013-02-061-2/+44
* App ops: add op for writing settings.Dianne Hackborn2013-02-051-1/+5
* App ops: new operations for SMS.Dianne Hackborn2013-02-051-1/+38
* App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn2013-02-011-24/+70
* Migrate package notification restrictions to AppOps.Daniel Sandler2013-02-011-0/+3
* App ops: you can now turn off operations.Dianne Hackborn2013-01-251-13/+61
* New API to get app op information about a single package.Dianne Hackborn2013-01-181-0/+8
* Rework ParceledListSlice to be much easier to use.Dianne Hackborn2013-01-181-3/+3
* More work on App Ops service.Dianne Hackborn2013-01-161-4/+162
* New "app ops" service.Dianne Hackborn2013-01-091-0/+110