summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/AppOpsService.java
Commit message (Expand)AuthorAgeFilesLines
* AppOps: Do not prune apps that are not presentJorge Ruesga2016-12-031-4/+11
* appops: Respect screen interactivity before creating dialogs.Adnan Begovic2016-05-271-4/+50
* appops: Implement concept of delayedcount.Adnan Begovic2016-05-271-2/+40
* Fix race condition when collecting op callback.riddle_hsu2015-12-081-22/+24
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-071-5/+4
|\
| * Handle "uninstalled" apps when pruning app-ops.Jeff Sharkey2015-11-021-5/+4
* | AppOps: fix deadlock issue when showing dialogKun Liang2015-10-301-3/+6
* | appops: Disassociate appops requests from notification broadcastsDiogo Ferreira2015-10-291-1/+9
* | su: Add an indicator when a 'su' session is activeDiogo Ferreira2015-10-291-2/+28
* | appops: Add support for SUDiogo Ferreira2015-10-291-0/+4
* | [2/2] Framework AppOps: Add per Op allowed and ignored countersSam Mortimer2015-10-291-3/+48
* | [1/2] frameworks/base: Privacy GuardSam Mortimer2015-10-291-0/+29
* | AppOps: Add support for AppOps policy fileShashank Mittal2015-10-291-7/+48
* | AppOpsService: Add MODE_ASK support to AppOps.Shashank Mittal2015-10-291-37/+263
* | AppOps: track op persistence by name instead of idSam Mortimer2015-10-291-1/+15
|/
* Handle the -a flag for dumpsys appops.Tim Kilbourn2015-08-261-0/+2
* Fix issue #23037093: "Write system settings" permission value fails...Dianne Hackborn2015-08-071-1/+50
* Fix app ops regressions introduced by the per UID policy changeSvetoslav2015-08-041-4/+6
* Fix NPE in AppOpsServiceSvet Ganov2015-08-021-2/+6
* Add per UID control to app ops.Svet Ganov2015-07-311-58/+401
* Teach storage appops.Svet Ganov2015-07-131-0/+30
* Teach receivers, activities, providers, and services app ops.Svet Ganov2015-07-011-2/+43
* Clear binder identity before dispatching ap op mode changes.Svet Ganov2015-05-191-4/+12
* Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-2/+3
* Add body sensors app op - framework baseSvet Ganov2015-05-011-0/+5
* resolved conflicts for merge of 517e0274 to lmp-mr1-dev-plus-aospAlex Klyubin2015-02-111-2/+4
|\
| * Move hidden ApplicationInfo flags into a separate field.Alex Klyubin2015-02-111-2/+4
* | Work on issue #18572506: AppOps in-memory state is invalid after...Dianne Hackborn2014-12-031-19/+29
|/
* Fix issue #17479850: AppOpsManager.checkPackage() allows...Dianne Hackborn2014-09-121-6/+10
* Fix resetAllModes call to act only on the calling userAlexandra Gherghina2014-08-041-1/+6
* Remove the profile/device owner user restriction bypass.Julia Reynolds2014-07-261-44/+1
* Further fix on issue #16013164Dianne Hackborn2014-07-221-4/+3
* Zen mode filtering should use new usage constants.John Spurlock2014-07-191-18/+16
* User restriction for disallowing window creationJason Monk2014-07-021-12/+64
* Fix issue #16013164: Externally Reported Moderate:Dianne Hackborn2014-07-011-1/+5
* Allow adding a user while still removing other usersAmith Yamasani2014-05-191-1/+4
* Notify AppOpsService of UserRestrictions and OwnersJason Monk2014-05-161-0/+96
* Add stream-level suppression to vibrate/audio services.John Spurlock2014-03-191-0/+87
* Start untangling system server early bootstrapping.Jeff Brown2014-01-161-2/+2
* Move some system services to separate directoriesAmith Yamasani2013-12-191-0/+1083