SubscriptionManager.ServiceCapabilitySms 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.Telephony.ServiceCapabilityType enum directly instead of this field.
Represents a value indicating the SMS capabilities of a subscription.
[Android.Runtime.Register("SERVICE_CAPABILITY_SMS", 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 ServiceCapabilitySms = 2;
[<Android.Runtime.Register("SERVICE_CAPABILITY_SMS", 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 ServiceCapabilitySms : Android.Telephony.ServiceCapabilityType
Field Value
Value = 2- Attributes
Remarks
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()
.
Java documentation 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.