summaryrefslogtreecommitdiff
path: root/permissions
diff options
context:
space:
mode:
author Nate Myren <ntmyren@google.com> 2022-07-27 14:26:30 -0700
committer Nate Myren <ntmyren@google.com> 2022-08-04 18:07:05 +0000
commit3d5f7772eb7a27cb92c23983b5dbe69500557159 (patch)
tree76e52766422c5069a4961eac23a57f77f7678c41 /permissions
parentfa0f0865af0b1c4f32deb2154a55dcc9d46d5800 (diff)
Add current task when starting PendingIntents from sources
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
Diffstat (limited to 'permissions')
-rw-r--r--permissions/com.android.permissioncontroller.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/permissions/com.android.permissioncontroller.xml b/permissions/com.android.permissioncontroller.xml
index 453b47478..84fe69f11 100644
--- a/permissions/com.android.permissioncontroller.xml
+++ b/permissions/com.android.permissioncontroller.xml
@@ -32,5 +32,6 @@
<permission name="android.permission.READ_SAFETY_CENTER_STATUS" />
<permission name="android.permission.SEND_SAFETY_CENTER_UPDATE" />
<permission name="android.permission.SET_UNRESTRICTED_KEEP_CLEAR_AREAS" />
+ <permission name="android.permission.START_TASKS_FROM_RECENTS" />
</privapp-permissions>
</permissions>