CarrierConfigManager.KeyCarrierProvisionsWifiMergedNetworksBool Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.