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

Commit 02b872be authored by Jessica Hummel's avatar Jessica Hummel Committed by Android (Google) Code Review
Browse files

Merge "Temporarily allow system apps to fully act across users."

parents 47e6d5d2 b4ca2639
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1271,9 +1271,10 @@
    <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
         that removes restrictions on where broadcasts can be sent and allows other
         types of interactions. -->
    <!-- TODO: Remove the system protection level.-->
    <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
        android:protectionLevel="signature"
        android:protectionLevel="signature|system"
        android:label="@string/permlab_interactAcrossUsersFull"
        android:description="@string/permdesc_interactAcrossUsersFull" />