ServiceCapabilityType Enum

Definition

public enum ServiceCapabilityType
type ServiceCapabilityType = 
Inheritance
ServiceCapabilityType

Fields

Name Value Description
Voice 1

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().

Android reference 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.

Sms 2

Represents a value indicating the SMS capabilities of a subscription. This value identifies whether the subscription supports various sms services. These services can include circuit-switched (CS) SMS, packet-switched (PS) IMS (IP Multimedia Subsystem) SMS, and over-the-top (OTT) SMS options. Note: The availability of emergency SMS services is not solely dependent on this sms capability. Emergency services may be accessible even if the subscription lacks standard sms capabilities. However, the device's ability to support emergency sms can be influenced by its inherent sms capabilities, as determined by TelephonyManager.isDeviceSmsCapable().

Android reference for android.telephony.SubscriptionManager.SERVICE_CAPABILITY_SMS.

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.

Data 3

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

Android reference for android.telephony.SubscriptionManager.SERVICE_CAPABILITY_DATA.

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