Disable wifiwatchdog for now

Change-Id: I2ac4fa706f3d0a415cb8e86002173b776aba4e02
This commit is contained in:
Irfan Sheriff
2011-12-06 11:20:30 -08:00
committed by The Android Automerger
parent 9842a34938
commit b87d22b865

View File

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