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

Commit a48f24e4 authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "wifi: Allow wifi to get INTERACT_ACROSS_USERS_FULL"

parents 33502f21 41f3c633
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2280,7 +2280,7 @@
         types of interactions
         @hide -->
    <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
        android:protectionLevel="signature|installer|telephony" />
        android:protectionLevel="signature|installer|telephony|wifi" />

    <!-- @SystemApi Allows an application to start its own activities, but on a different profile
         associated with the user. For example, an application running on the main profile of a user
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ applications that come with the platform
        <permission name="android.permission.CHANGE_CONFIGURATION"/>
        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
        <permission name="android.permission.DUMP"/>
        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
        <permission name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
        <permission name="android.permission.INTERNAL_SYSTEM_WINDOW"/>
        <permission name="android.permission.LOCAL_MAC_ADDRESS"/>
        <permission name="android.permission.MANAGE_USERS"/>