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

Commit b4ca2639 authored by Jessica Hummel's avatar Jessica Hummel
Browse files

Temporarily allow system apps to fully act across users.

This is to allow launcher to start activities across users
and will be reverted when an alternative API is provided.

Change-Id: I67ec3e9d419afffbadce37d6e9958e2dfc096fb2
parent a1e4bf9b
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" />