summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/AppOpsManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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