CarrierConfigManager.KeyCarrierProvisionsWifiMergedNetworksBool Field

Definition

Indicates whether or not the carrier will provision merged carrier Wi-Fi offload networks.

[Android.Runtime.Register("KEY_CARRIER_PROVISIONS_WIFI_MERGED_NETWORKS_BOOL", ApiSince=31)]
public const string KeyCarrierProvisionsWifiMergedNetworksBool;
[<Android.Runtime.Register("KEY_CARRIER_PROVISIONS_WIFI_MERGED_NETWORKS_BOOL", ApiSince=31)>]
val mutable KeyCarrierProvisionsWifiMergedNetworksBool : string

Field Value

Attributes

Remarks

Indicates whether or not the carrier will provision merged carrier Wi-Fi offload networks. Such networks are considered part of the core carrier network.

This configuration will be use to gate whether such configurations are allowed to the carrier and correspondingly enable UI elements which are required for such configurations.

Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_PROVISIONS_WIFI_MERGED_NETWORKS_BOOL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to