From 37a46a1a70aacebc7c74b4d39fc8c981b781d59f Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Mon, 24 Jul 2017 15:05:36 -0700 Subject: [PATCH] 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) --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c88089ecde0..b32839b8d96 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -85,6 +85,7 @@ +