CarrierConfigManager.KeyEditableWfcRoamingModeBool 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.
Determine whether user can change Wi-Fi Calling preference in roaming.
[Android.Runtime.Register("KEY_EDITABLE_WFC_ROAMING_MODE_BOOL", ApiSince=30)]
public const string KeyEditableWfcRoamingModeBool;
[<Android.Runtime.Register("KEY_EDITABLE_WFC_ROAMING_MODE_BOOL", ApiSince=30)>]
val mutable KeyEditableWfcRoamingModeBool : string
Field Value
- Attributes
Remarks
Determine whether user can change Wi-Fi Calling preference in roaming. false
- roaming preference cannot be changed by user independently. If #KEY_USE_WFC_HOME_NETWORK_MODE_IN_ROAMING_NETWORK_BOOL
is false, #KEY_CARRIER_DEFAULT_WFC_IMS_ROAMING_MODE_INT
is used as the default value. If #KEY_USE_WFC_HOME_NETWORK_MODE_IN_ROAMING_NETWORK_BOOL
is true, roaming preference is the same as home preference and #KEY_CARRIER_DEFAULT_WFC_IMS_MODE_INT
is used as the default value. true
- roaming preference can be changed by user independently if #KEY_USE_WFC_HOME_NETWORK_MODE_IN_ROAMING_NETWORK_BOOL
is false. If #KEY_USE_WFC_HOME_NETWORK_MODE_IN_ROAMING_NETWORK_BOOL
is true, this configuration is ignored and roaming preference cannot be changed.
Java documentation for android.telephony.CarrierConfigManager.KEY_EDITABLE_WFC_ROAMING_MODE_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.