次の方法で共有


SubscriptionManager.ServiceCapabilityVoice Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.ServiceCapabilityType enum directly instead of this field.

Represents a value indicating the voice calling capabilities of a subscription.

[Android.Runtime.Register("SERVICE_CAPABILITY_VOICE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ServiceCapabilityType enum directly instead of this field.", true)]
public const Android.Telephony.ServiceCapabilityType ServiceCapabilityVoice = 1;
[<Android.Runtime.Register("SERVICE_CAPABILITY_VOICE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ServiceCapabilityType enum directly instead of this field.", true)>]
val mutable ServiceCapabilityVoice : Android.Telephony.ServiceCapabilityType

Field Value

Value = 1
Attributes

Remarks

Represents a value indicating the voice calling capabilities of a subscription.

This value identifies whether the subscription supports various voice calling services. These services can include circuit-switched (CS) calling, packet-switched (PS) IMS (IP Multimedia Subsystem) calling, and over-the-top (OTT) calling options.

Note: The availability of emergency calling services is not solely dependent on this voice capability. Emergency services may be accessible even if the subscription lacks standard voice capabilities. However, the device's ability to support emergency calls can be influenced by its inherent voice capabilities, as determined by TelephonyManager#isDeviceVoiceCapable().

Java documentation for android.telephony.SubscriptionManager.SERVICE_CAPABILITY_VOICE.

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