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

Commit 5e2e7d5f authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am 40cb30c2: am 7b62313e: Disable wifiwatchdog for now

* commit '40cb30c2':
  Disable wifiwatchdog for now
parents fb729202 40cb30c2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -386,7 +386,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() {