diff options
| author | Irfan Sheriff <isheriff@google.com> | 2011-12-06 14:41:14 -0800 |
|---|---|---|
| committer | Irfan Sheriff <isheriff@google.com> | 2011-12-06 16:21:03 -0800 |
| commit | 19380daaf46815c80bd89fd9ca3af3c4095952b5 (patch) | |
| tree | d20ec089b939293eaa954193cd8b8c4c746fa2cd /core/java/android | |
| parent | 720efc43d89ce9fd50b66f22cdb1bb4363cfb291 (diff) | |
| download | frameworks_base-19380daaf46815c80bd89fd9ca3af3c4095952b5.zip frameworks_base-19380daaf46815c80bd89fd9ca3af3c4095952b5.tar.gz frameworks_base-19380daaf46815c80bd89fd9ca3af3c4095952b5.tar.bz2 | |
Disable poor network connection alone
- Keep the walled garden detection in place
Bug: 5719771
Change-Id: I9e5d69b6d56096be904106b1db48c02db4c0fb50
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Settings.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 74bcc9b..65b4e7e 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -3112,6 +3112,14 @@ public final class Settings { "wifi_watchdog_blacklist_followup_interval_ms"; /** + * Setting to turn off poor network avoidance on Wi-Fi. Feature is disabled by default and + * the setting needs to be set to 1 to enable it. + * @hide + */ + public static final String WIFI_WATCHDOG_POOR_NETWORK_TEST_ENABLED = + "wifi_watchdog_poor_network_test_enabled"; + + /** * Setting to turn off walled garden test on Wi-Fi. Feature is enabled by default and * the setting needs to be set to 0 to disable it. * @hide |
