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