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

am: 57f383709b

Change-Id: Ieb3aa3a0755bcd16759d91852980bcdf5373eaa8
This commit is contained in:
pkanwar
2016-12-22 20:53:58 +00:00
committed by android-build-merger

View File

@@ -7609,6 +7609,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.