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

Commit 0a11f605 authored by Vinit Deshpande's avatar Vinit Deshpande Committed by Android (Google) Code Review
Browse files

Merge "Don't require CONNECTIVITY_INTERNAL check for protected broadcasts" into lmp-dev

parents 72cfbcb4 8a7cd974
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -98,8 +98,7 @@ public class AdvancedWifiSettings extends SettingsPreferenceFragment
    public void onResume() {
        super.onResume();
        initPreferences();
        getActivity().registerReceiver(mReceiver, mFilter,
                android.Manifest.permission.CHANGE_NETWORK_STATE, null);
        getActivity().registerReceiver(mReceiver, mFilter);
        refreshWifiInfo();
    }