summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/AppOpsService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-09-26Fix issue #10919261: Don't clear OP_WRITE_SMS when resetting app prefsDianne Hackborn
2013-09-16Implement new method for handling SMS/MMS on the platformDavid Braun
2013-09-06Provide calling package to ContentProviders.Jeff Sharkey
2013-08-08am 42380b6d: am 9f11f105: am 7f09ec39: Fix issue #10226007: Reset apps restor...Dianne Hackborn
2013-08-07Fix issue #10226007: Reset apps restores most of the changed settings...Dianne Hackborn
2013-08-02resolved conflicts for merge of c8911ddd to masterDianne Hackborn
2013-08-02Add new app ops method to reset all op modes.Dianne Hackborn
2013-08-02am 0eab98dd: am 019f4385: am 7925e7cc: Merge "Revert "Add version identifier ...Dave Burke
2013-08-02Revert "Add version identifier to app ops."Dave Burke
2013-08-01am 95990fe4: am aa268f8f: am d364859c: Merge "Add version identifier to app o...Sascha Prueter
2013-08-01Add version identifier to app ops.Dianne Hackborn
2013-07-17Make it safe to use start/stop app ops outside of system procDianne Hackborn
2013-05-20Add app ops for wake locks.Dianne Hackborn
2013-02-11App ops: cleanup, handle root and shell, perms.Dianne Hackborn
2013-02-06App ops: track system windows, monitoring changes.Dianne Hackborn
2013-02-05App ops: add op for writing settings.Dianne Hackborn
2013-02-01App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn
2013-01-25App ops: you can now turn off operations.Dianne Hackborn
2013-01-18New API to get app op information about a single package.Dianne Hackborn
2013-01-16AppOps: fix nested op tracking, new API to get apps usingDianne Hackborn
2013-01-16More work on App Ops service.Dianne Hackborn
2013-01-11WorkSource can now track package names.Dianne Hackborn
2013-01-09New "app ops" service.Dianne Hackborn