DO NOT MERGE: Add UI toggle to control connections to carrier networks.

Bug: 31003437
Change-Id: I6cf32ae4d376eb65f80492da0922dbecb762c9da
This commit is contained in:
pkanwar
2016-12-22 11:12:02 -08:00
parent 9f47a5d85e
commit 57f383709b

View File

@@ -7593,6 +7593,13 @@ public final class Settings {
public static final String WIMAX_NETWORKS_AVAILABLE_NOTIFICATION_ON =
"wimax_networks_available_notification_on";
/**
* Whether we support connecting to Carrier Networks.
* @hide
**/
public static final String WIFI_CONNECT_CARRIER_NETWORKS =
"wifi_connect_carrier_networks";
/**
* Delay (in seconds) before repeating the Wi-Fi networks available notification.
* Connecting to a network will reset the timer.