summaryrefslogtreecommitdiff
path: root/core/java/android/app/AppOpsManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Get value from setting provider using user id."Joanne Chung2021-01-221-2/+2
|\
| * Get value from setting provider using user id.Joanne Chung2021-01-181-2/+2
* | Separate FINE and COARSE location opsGuojing Yuan2021-01-151-1/+1
|/
* Get ApplicationInfo using usr idJoanne Chung2020-12-301-8/+12
* Merge "Add RECORD_AUDIO_OUTPUT app op"Nate Myren2020-12-141-1/+24
|\
| * Add RECORD_AUDIO_OUTPUT app opNate Myren2020-12-111-1/+24
* | Merge changes I32ab8848,If470bc9aEvan Severson2020-12-111-6/+8
|\ \ | |/ |/|
| * Add flags to onOpNoted/Started callbacksPhilip P. Moltmann2020-12-091-6/+8
* | Introduce new App Ops permission USE_ICC_AUTH_WITH_DEVICE_IDENTIFIERMeng Wang2020-12-081-1/+23
|/
* Merge "AppOp modes ain't flags"TreeHugger Robot2020-12-011-1/+1
|\
| * AppOp modes ain't flagsPhilip P. Moltmann2020-12-011-1/+1
* | Allow preload voice recognition service can blame app.Joanne Chung2020-11-201-11/+24
|/
* Merge "Allow exemption for VoiceRecognitionService if no VoiceInteraction"Nate Myren2020-11-191-2/+3
|\
| * Allow exemption for VoiceRecognitionService if no VoiceInteractionNate Myren2020-11-121-2/+3
* | Merge "add MANAGE_CREDENTIALS appop"Alex Johnston2020-11-161-1/+23
|\ \ | |/ |/|
| * add MANAGE_CREDENTIALS appopAlex Johnston2020-11-121-1/+23
* | More robust null check in isTrustedVoiceServiceProxyNate Myren2020-11-101-5/+7
|/
* Merge "Expose AppOpsManager#OPSTR_ACTIVATE_PLATFORM_VPN as system API" am: 01...Paul Hu2020-11-051-0/+1
|\
| * Merge "Expose AppOpsManager#OPSTR_ACTIVATE_PLATFORM_VPN as system API" am: 01...Paul Hu2020-11-051-0/+1
| |\
| | * Merge "Expose AppOpsManager#OPSTR_ACTIVATE_PLATFORM_VPN as system API"Paul Hu2020-11-051-0/+1
| | |\
| | | * Expose AppOpsManager#OPSTR_ACTIVATE_PLATFORM_VPN as system APIpaulhu2020-11-031-0/+1
| | * | Try to add AppOps Keys into Proto to unblock my projectShuo Qian2020-10-291-1/+67
| | |/
| * | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-021-5/+5
| * | Merge "Remove @TestApi from @SystemApi symbols" am: d2d4637685 am: cbe282347e...Anton Hansson2020-10-201-82/+50
| |\|
| | * Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-191-82/+50
* | | Merge "Allow voice recognition service to blame other apps access."Joanne Chung2020-11-031-2/+27
|\ \ \
| * | | Allow voice recognition service to blame other apps access.Joanne Chung2020-10-301-2/+27
* | | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-5/+5
* | | | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-5/+5
* | | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-5/+5
|/ / /
* | | Introduce new App Ops permission for 3rd-party InCallServiceShuo Qian2020-10-231-1/+21
* | | Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-82/+50
* | | Update javadoc for startProxyOpNate Myren2020-10-131-12/+2
* | | Merge "Improve the documentation of the paramters passed to noteOp"TreeHugger Robot2020-10-091-133/+56
|\ \ \
| * | | Improve the documentation of the paramters passed to noteOpPhilip P. Moltmann2020-10-081-133/+56
* | | | Merge "Add start/finishProxyOp methods"Nate Myren2020-10-081-0/+107
|\ \ \ \
| * | | | Add start/finishProxyOp methodsNate Myren2020-10-071-0/+107
| |/ / /
* / / / Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-061-1/+1
|/ / /
* | | Merge "Reduce the overhead of historical appops"Philip P. Moltmann2020-09-251-4/+1
|\ \ \
| * | | Reduce the overhead of historical appopsPhilip P. Moltmann2020-09-221-4/+1
* | | | Merge changes from topic "revert-12439864-PermAppOpsCrossUserCheck-Fixed-DGFF...Philip P. Moltmann2020-09-221-65/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Check cross-user interactions for permissions and app-op..."Philip P. Moltmann2020-09-211-65/+19
* | | | Merge changes from topic "PermAppOpsCrossUserCheck-Fixed"Philip P. Moltmann2020-09-201-19/+65
|\| | |
| * | | Check cross-user interactions for permissions and app-ops operationsPhilip P. Moltmann2020-09-111-19/+65
* | | | Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-8/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-8/+8
| |\|
| | * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-5/+5
| | * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-3/+3
* | | Merge "AppOpsManager: Add OP_RECORD_AUDIO_HOTWORD" into rvc-qpr-dev am: 046d6...Narayan Kamath2020-08-251-1/+24
|\| |
| * | AppOpsManager: Add OP_RECORD_AUDIO_HOTWORDNarayan Kamath2020-08-241-1/+24