settings(manifest): Add NETWORK_SETTINGS permission
This is needed for invoking some wifi/connectivity API's. For example, we switched over using this permission to determine if an app is allowed to modify any saved wifi network configuration on the device. Bug: 64001841 Test: Able to forget networks created by SetupWizard. Change-Id: I932226a74b12bf726a2445188953b1ec34523cf9 (cherry-picked from b0a09304e380645a84651c0de668a78a7beaac3b)
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
<uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/>
|
||||
<uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>
|
||||
<uses-permission android:name="android.permission.READ_PRINT_SERVICES" />
|
||||
<uses-permission android:name="android.permission.NETWORK_SETTINGS" />
|
||||
|
||||
<application android:label="@string/settings_label"
|
||||
android:icon="@drawable/ic_launcher_settings"
|
||||
|
Reference in New Issue
Block a user