am 7b62313e: Disable wifiwatchdog for now
* commit '7b62313eab4af8835a64fb3fe1e15e5e534a9479': Disable wifiwatchdog for now
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user