am 7b62313e: Disable wifiwatchdog for now

* commit '7b62313eab4af8835a64fb3fe1e15e5e534a9479':
  Disable wifiwatchdog for now
This commit is contained in:
Irfan Sheriff
2011-12-06 11:34:58 -08:00
committed by Android Git Automerger

View File

@@ -386,7 +386,9 @@ public class WifiWatchdogStateMachine extends StateMachine {
} }
private boolean isWatchdogEnabled() { 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() { private void updateSettings() {