summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/AppOpsService.java
Commit message (Expand)AuthorAgeFilesLines
* am 42380b6d: am 9f11f105: am 7f09ec39: Fix issue #10226007: Reset apps restor...Dianne Hackborn2013-08-081-4/+14
|\
| * Fix issue #10226007: Reset apps restores most of the changed settings...Dianne Hackborn2013-08-071-4/+14
* | resolved conflicts for merge of c8911ddd to masterDianne Hackborn2013-08-021-15/+87
|\ \ | |/
| * Add new app ops method to reset all op modes.Dianne Hackborn2013-08-021-15/+87
* | am 0eab98dd: am 019f4385: am 7925e7cc: Merge "Revert "Add version identifier ...Dave Burke2013-08-021-16/+5
|\ \ | |/
| * Revert "Add version identifier to app ops."Dave Burke2013-08-021-16/+5
* | am 95990fe4: am aa268f8f: am d364859c: Merge "Add version identifier to app o...Sascha Prueter2013-08-011-5/+16
|\ \ | |/
| * Add version identifier to app ops.Dianne Hackborn2013-08-011-5/+16
* | Make it safe to use start/stop app ops outside of system procDianne Hackborn2013-07-171-28/+154
* | Add app ops for wake locks.Dianne Hackborn2013-05-201-0/+3
|/
* App ops: cleanup, handle root and shell, perms.Dianne Hackborn2013-02-111-15/+99
* App ops: track system windows, monitoring changes.Dianne Hackborn2013-02-061-3/+114
* App ops: add op for writing settings.Dianne Hackborn2013-02-051-0/+12
* App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn2013-02-011-23/+32
* App ops: you can now turn off operations.Dianne Hackborn2013-01-251-19/+105
* New API to get app op information about a single package.Dianne Hackborn2013-01-181-21/+56
* AppOps: fix nested op tracking, new API to get apps usingDianne Hackborn2013-01-161-0/+1
* More work on App Ops service.Dianne Hackborn2013-01-161-50/+316
* WorkSource can now track package names.Dianne Hackborn2013-01-111-19/+15
* New "app ops" service.Dianne Hackborn2013-01-091-0/+260