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:
Roshan Pius
2019-11-04 09:52:07 -08:00
parent ddea4daf1d
commit 41f3c6330c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"/>