CarrierConfigManager.KeyUseWfcHomeNetworkModeInRoamingNetworkBool 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.
Flag specifying whether the carrier will use the WFC home network mode in roaming network.
[Android.Runtime.Register("KEY_USE_WFC_HOME_NETWORK_MODE_IN_ROAMING_NETWORK_BOOL", ApiSince=30)]
public const string KeyUseWfcHomeNetworkModeInRoamingNetworkBool;
[<Android.Runtime.Register("KEY_USE_WFC_HOME_NETWORK_MODE_IN_ROAMING_NETWORK_BOOL", ApiSince=30)>]
val mutable KeyUseWfcHomeNetworkModeInRoamingNetworkBool : string
Field Value
- Attributes
Remarks
Flag specifying whether the carrier will use the WFC home network mode in roaming network. false
- roaming preference can be selected separately from the home preference. true
- roaming preference is the same as home preference and #KEY_CARRIER_DEFAULT_WFC_IMS_MODE_INT
is used as the default value.
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.