Separate wifi AP added by applications.
-Add permission to allow settings to modify all wifi APs
-Add option to show AP owners.
Change-Id: I12943563ef714c4287e13488578f020d136d006d
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a2d80b9..b3d8453 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -69,6 +69,7 @@
<uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" />
<uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" />
<uses-permission android:name="android.permission.OEM_UNLOCK_STATE" />
+ <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" />
<application android:label="@string/settings_label"
android:icon="@mipmap/ic_launcher_settings"