Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6769c541 authored by Roshan Pius's avatar Roshan Pius
Browse files

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
parent 51fcccb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" />