wifi: Allow wifi to get INTERACT_ACROSS_USERS_FULL
Bug: 142234604 Test: Can provision & connect to R2 passoint network Change-Id: I2bbf8aea169c600ce6b75eaefc52ddc755be4004
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user