summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/AppOpsManager.java
Commit message (Expand)AuthorAgeFilesLines
* Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOWBilly Lau2015-07-201-2/+8
* Merge "Bug: 21589105 Rescoping SYSTEM_ALERT_WINDOW..." into mnc-devBilly Lau2015-07-161-1/+1
|\
| * Bug: 21589105 Rescoping SYSTEM_ALERT_WINDOW...Billy Lau2015-07-161-1/+1
* | Improve tracking of screen on reasons.Dianne Hackborn2015-07-151-9/+19
|/
* Teach receivers, activities, providers, and services app ops.Svet Ganov2015-07-011-5/+92
* Add read/write external storage app opsSvet Ganov2015-06-291-8/+34
* Make AppOpsManager#permissionToOp API publicSvet Ganov2015-06-141-23/+20
* Access mock location is no longer a runtime permission - frameworkSvet Ganov2015-05-131-8/+21
* Disable multi-user background recordingFyodor Kupolov2015-05-081-1/+1
* Merge "Permission UI - legacy apps support" into mnc-devSvet Ganov2015-05-051-1/+2
|\
| * Permission UI - legacy apps supportSvet Ganov2015-05-051-1/+2
* | Add read cell broadcast app op - frameworkSvet Ganov2015-05-021-7/+20
|/
* Add body sensors app op - framework baseSvet Ganov2015-05-011-53/+67
* Merge "Add use fingerprint app op - framework" into mnc-devSvetoslav2015-04-301-6/+16
|\
| * Add use fingerprint app op - frameworkSvetoslav2015-04-291-6/+16
* | Merge "Add process outgoing calls app op - framework" into mnc-devSvetoslav2015-04-301-6/+16
|\ \ | |/
| * Add process outgoing calls app op - frameworkSvetoslav2015-04-291-6/+16
* | Merge "Add SIP app op - framework." into mnc-devSvetoslav2015-04-301-6/+16
|\ \ | |/
| * Add SIP app op - framework.Svetoslav2015-04-291-6/+16
* | Add permission to ap op mappings for all runtime permissions.Svet Ganov2015-04-291-3/+71
|/
* Add API to get app op for a permissionSvet Ganov2015-04-291-0/+25
* Add OP_ADD_VOICEMAIL app op - frameworkSvet Ganov2015-04-191-5/+15
* Remove unnecessary WRITE_SMS permission - frameworkSvetoslav2015-04-181-2/+2
* Add OP_READ_PHONE_STATE app op - frameworkSvet Ganov2015-04-171-2/+13
* Various fixes and improvements...Dianne Hackborn2015-04-041-1/+21
* Block setting wallpapers from managed profiles.Benjamin Franz2015-03-091-1/+11
* Work on issue #18572506: AppOps in-memory state is invalid after...Dianne Hackborn2014-12-031-1/+14
* Add public constant for usage stats app op.Dianne Hackborn2014-09-021-1/+4
* Less intrusive VPN dialog and other UX tweaks.Jeff Davidson2014-08-201-9/+22
* Add Shell command to set AppOps permissionsAdam Lesinski2014-08-191-1/+4
* Disable call log for users with DISALLOW_OUTGOING_CALLS restrictionYorke Lee2014-08-131-2/+2
* Allow phone UID to export singleton providersAmith Yamasani2014-08-051-8/+8
* Add permissions associated with app ops.Dianne Hackborn2014-07-211-1/+8
* Zen mode filtering should use new usage constants.John Spurlock2014-07-191-3/+6
* Add MediaProjection APIs.Michael Wright2014-07-171-4/+14
* Map location-based op codes to UserManager.DISALLOW_SHARE_LOCATION.Julia Reynolds2014-07-021-7/+7
* User restriction for disallowing window creationJason Monk2014-07-021-3/+78
* Add an app ops code for microphone muting.Emily Bernier2014-06-161-2/+11
* Connect user audio restrictions to app ops.Emily Bernier2014-05-161-7/+7
* Notify AppOpsService of UserRestrictions and OwnersJason Monk2014-05-161-0/+65
* Usage stats!Dianne Hackborn2014-05-081-1/+10
* Add stream-level suppression to vibrate/audio services.John Spurlock2014-03-191-0/+48
* am 62826f55: am f6228d95: Merge "Fix doc typos in AppOpsManager.java" into kl...John Spurlock2014-03-141-2/+2
|\
| * Fix doc typos in AppOpsManager.javaJohn Spurlock2014-03-101-2/+2
* | am 0b8fd029: am a299862d: Merge "Fix App Ops permission mapping structure."Nick Kralevich2013-10-081-1/+1
|\ \ | |/ |/|
| * am a299862d: Merge "Fix App Ops permission mapping structure."Nick Kralevich2013-10-081-1/+1
| |\
| | * Fix App Ops permission mapping structure.Robert Craig2013-10-071-1/+1
* | | Fix issue #11044267: AppOpsManager.startWatchingMode should take a StringDianne Hackborn2013-10-021-0/+12
* | | 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