CarrierConfigManager.KeyUseWfcHomeNetworkModeInRoamingNetworkBool Field

Definition

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.

Java documentation for android.telephony.CarrierConfigManager.KEY_USE_WFC_HOME_NETWORK_MODE_IN_ROAMING_NETWORK_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