AndroidManifest.xml: Mark NETWORK_SETTINGS_RESET broadcast as protected
Bug: 147374337
Test: Ensured that the warning message logged by framework when wifi
service sends this broadcast is no longer present.
Change-Id: I121b9246b07d75ec6bbb2d15545432fb6e04154c
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 03d34b5..d887032 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -370,6 +370,7 @@
<protected-broadcast android:name="android.net.wifi.STATE_CHANGE" />
<protected-broadcast android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" />
<protected-broadcast android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" />
+ <protected-broadcast android:name="android.net.wifi.action.NETWORK_SETTINGS_RESET" />
<protected-broadcast android:name="android.net.wifi.action.PASSPOINT_DEAUTH_IMMINENT" />
<protected-broadcast android:name="android.net.wifi.action.PASSPOINT_ICON" />
<protected-broadcast android:name="android.net.wifi.action.PASSPOINT_OSU_PROVIDERS_LIST" />