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

Commit 9ef669a6 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am d03c1511: Remove watchdog setting for poor network avoidance

* commit 'd03c1511':
  Remove watchdog setting for poor network avoidance
parents 5166860e d03c1511
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -78,6 +78,9 @@ public class AdvancedWifiSettings extends SettingsPreferenceFragment
        watchdogEnabled.setChecked(Secure.getInt(getContentResolver(),
                Secure.WIFI_WATCHDOG_ON, 1) == 1);

        //TODO: Bring this back after changing watchdog behavior
        getPreferenceScreen().removePreference(watchdogEnabled);

        ListPreference frequencyPref = (ListPreference) findPreference(KEY_FREQUENCY_BAND);

        if (mWifiManager.isDualBandSupported()) {