TelephonyManager.IsSmsCapable Property

Definition

public virtual bool IsSmsCapable { [Android.Runtime.Register("isSmsCapable", "()Z", "GetIsSmsCapableHandler")] get; }
[<get: Android.Runtime.Register("isSmsCapable", "()Z", "GetIsSmsCapableHandler")>]
member this.IsSmsCapable : bool

Property Value

true if the current device supports sms service. <p> If true, this means that the device supports both sending and receiving sms via the telephony network. <p> Note: Voicemail waiting sms, cell broadcasting sms, and MMS are disabled when device doesn't support sms.

Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.isSmsCapable().

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