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

Commit b87d22b8 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by The Android Automerger
Browse files

Disable wifiwatchdog for now

Change-Id: I2ac4fa706f3d0a415cb8e86002173b776aba4e02
parent 9842a349
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -383,7 +383,9 @@ public class WifiWatchdogStateMachine extends StateMachine {
    }

    private boolean isWatchdogEnabled() {
        return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true);
        //return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true);
        //TODO: fix this when we do aggressive monitoring
        return false;
    }

    private void updateSettings() {