diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/provider/Settings.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 6e37f69..b8e5747 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2508,11 +2508,13 @@ public final class Settings { public static final String WIFI_ON = "wifi_on"; /** - * Whether the Wi-Fi AP should be on. + * Used to save the Wifi_ON state prior to tethering. + * This state will be checked to restore Wifi after + * the user turns off tethering. * * @hide */ - public static final String WIFI_AP_ON = "wifi_ap_on"; + public static final String WIFI_SAVED_STATE = "wifi_saved_state"; /** * AP SSID |