Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 327a520a authored by Joe Antonetti's avatar Joe Antonetti Committed by Android (Google) Code Review
Browse files

Merge "[Handoff] Add recents to permissions" into main

parents 5b066725 85abab72
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9320,25 +9320,25 @@
        android:featureFlag="android.content.pm.verification_service" />
    <!-- Allows an application to read tasks on a remote device.
         <p>Protection level: signature|privileged
         <p>Protection level: signature|privileged|recents
         @FlaggedApi(android.companion.Flags.FLAG_ENABLE_TASK_CONTINUITY)
         @SystemApi
         @hide
    -->
    <permission
        android:name="android.permission.READ_REMOTE_TASKS"
        android:protectionLevel="signature|privileged"
        android:protectionLevel="signature|privileged|recents"
        android:featureFlag="android.companion.enable_task_continuity" />
    <!-- Allows an application to request a task be handed off to the current device.
         <p>Protection level: signature|privileged
         <p>Protection level: signature|privileged|recents
         @FlaggedApi(android.companion.Flags.FLAG_ENABLE_TASK_CONTINUITY)
         @SystemApi
         @hide
    -->
    <permission
        android:name="android.permission.REQUEST_TASK_HANDOFF"
        android:protectionLevel="signature|privileged"
        android:protectionLevel="signature|privileged|recents"
        android:featureFlag="android.companion.enable_task_continuity" />
    <!-- Permission required to access TV Watchdog Metrics