CarrierConfigManager.KeyCarrierVolteProvisionedBool 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.
This flag specifies whether VoLTE availability is based on provisioning.
[Android.Runtime.Register("KEY_CARRIER_VOLTE_PROVISIONED_BOOL", ApiSince=26)]
public const string KeyCarrierVolteProvisionedBool;
[<Android.Runtime.Register("KEY_CARRIER_VOLTE_PROVISIONED_BOOL", ApiSince=26)>]
val mutable KeyCarrierVolteProvisionedBool : string
Field Value
- Attributes
Remarks
This flag specifies whether VoLTE availability is based on provisioning. By default this is false. Used for UCE to determine if EAB provisioning checks should be based on provisioning.
This member is deprecated. Use Ims#KEY_CARRIER_RCS_PROVISIONING_REQUIRED_BOOL
instead.
Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_VOLTE_PROVISIONED_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.