PhoneAccount.CapabilityVoiceCallingAvailable 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.
Caution
This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.
Flag indicating that this PhoneAccount
is <em>currently</em> able to place SIM-based
voice calls, similar to #CAPABILITY_VIDEO_CALLING
.
[Android.Runtime.Register("CAPABILITY_VOICE_CALLING_AVAILABLE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)]
public const Android.Telecom.PhoneAccountCapability CapabilityVoiceCallingAvailable = 131072;
[<Android.Runtime.Register("CAPABILITY_VOICE_CALLING_AVAILABLE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)>]
val mutable CapabilityVoiceCallingAvailable : Android.Telecom.PhoneAccountCapability
Field Value
Value = 131072Implements
- Attributes
Remarks
Flag indicating that this PhoneAccount
is <em>currently</em> able to place SIM-based voice calls, similar to #CAPABILITY_VIDEO_CALLING
.
See also #CAPABILITY_SUPPORTS_VOICE_CALLING_INDICATIONS
, which indicates whether the PhoneAccount
supports placing SIM-based voice calls or not.
In order to declare this capability, this PhoneAccount
must also declare #CAPABILITY_SIM_SUBSCRIPTION
or #CAPABILITY_CONNECTION_MANAGER
and satisfy the associated requirements.
Java documentation for android.telecom.PhoneAccount.CAPABILITY_VOICE_CALLING_AVAILABLE
.
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.