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

* commit '40cb30c2df2176c03f24cbdc194e3af5a4f64758':
  Disable wifiwatchdog for now
This commit is contained in:
Irfan Sheriff
2011-12-06 11:37:40 -08:00
committed by Android Git Automerger

View File

@@ -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() {