summaryrefslogtreecommitdiff
path: root/permissions
AgeCommit message (Collapse)Author
2024-08-21Grant watch app ops permission to permission controller mrulhania
permission controller needs this permission to refresh privacy dashboard and permission timeline page, if the data changes when the page is open. Test: installed locally built apex on older platforms, the permission gets granted on T+ devices. Tested on Android S as well for side effects. Fix: 359658374 FLAG: EXEMPT bug fix Relnote: bug fix LOW_COVERAGE_REASON=NON_CODE_ONLY Change-Id: I65bf8bb91ee2082eeea50198de9af93761f30f20
2024-05-13Add READ_SYSTEM_GRAMMATICAL_GENDER to permissioncontroller Nate Myren
LOW_COVERAGE_REASON=NON_CODE_ONLY Fixes: 335904385 Test: build Change-Id: Ie305c48d815c954776570ef9f1fddbcaca694150
2024-01-31[DON'T BLOCK] Test ownership migration rules Aditya Choudhary
This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A (cherry picked from aosp/2939780) Change-Id: Icbe839de65c4449f764bd579a9f8c43f9fac770d
2023-05-15use privapp_allowlist property Sam Delmerico
Test: m com.android.permission com.google.android.permission and verify manually that apex_payload.img contains correct privapp_allowlist Bug: 242509786 Change-Id: I9096cf02e4d0f74f62f4a2d11a34cafd51770ad0
2022-10-22Implement a trampoline to two-page Settings Simon Wingrove
This is the recommended mechanism for embedding our activity into two-pane Settings on large screen devices. There are sufficient checks to be confident that the Settings app on device claims to be supporting such a layout, so this is safe to do. Bug: 253397423 Test: manually Change-Id: I744d6ecd3f58186e4283890be17d090ff5d6bc79
2022-08-04Add current task when starting PendingIntents from sources Nate Myren
When a SafetyEntryPreference is clicked, and a PendingIntent is sent, manually set the task to be the same as the current task. Fixes: 19401188 Test: manual Change-Id: I5a232cb00d59d153f1aacd303366afdc468ccb87
2022-05-24Make TV permission dialog be unrestricted keep-clear area Galia Peycheva
This makes the PiP window be moved away from the permission dialog when both are shown Bug: 227596282 Test: manual: start Pip alongside a permission dialog and verify that the pip is moved away Test: adb shell dumpsys package com.google.android.permissioncontroller \ | grep android.permission.SET_UNRESTRICTED_KEEP_CLEAR_AREAS Change-Id: I969079422ca32659e19c20273ba2209eafdd8d60
2022-04-29Make PermissionController privapp allowlist non-installable Andrei Onea
This ensures the xml will not be duplicated on the system partition. Test: boots Bug: 230449777 Change-Id: Ic3f31b73d6ad42d9a62df4e771270d65934e0dc7
2022-03-31Add allowlist for PermissionController Andrei Onea
Bundle the priv-app permission allowlist for the apk inside the PermissionController apex. Test: boots Bug: 190375768 Change-Id: I034abf53d5dfaa5e4623247d62bca3f036416e35