CarrierConfigManager.KeyCarrierVolteOverrideWfcProvisioningBool 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 if WFC provisioning depends on VoLTE provisioning.
[Android.Runtime.Register("KEY_CARRIER_VOLTE_OVERRIDE_WFC_PROVISIONING_BOOL", ApiSince=30)]
public const string KeyCarrierVolteOverrideWfcProvisioningBool;
[<Android.Runtime.Register("KEY_CARRIER_VOLTE_OVERRIDE_WFC_PROVISIONING_BOOL", ApiSince=30)>]
val mutable KeyCarrierVolteOverrideWfcProvisioningBool : string
Field Value
- Attributes
Remarks
Flag specifying if WFC provisioning depends on VoLTE provisioning.
false
: default value; honor actual WFC provisioning state. true
: when VoLTE is not provisioned, treat WFC as not provisioned; when VoLTE is provisioned, honor actual WFC provisioning state.
As of now, Verizon is the only carrier enforcing this dependency in their WFC awareness and activation requirements.
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.