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