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

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

Merge "Disallow the INTERACT_ACROSS_USERS permission for system apps"

parents b788d4eb 96599a05
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1295,10 +1295,9 @@
    <!-- @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|system"
        android:protectionLevel="signature"
        android:label="@string/permlab_interactAcrossUsersFull"
        android:description="@string/permdesc_interactAcrossUsersFull" />