TelephonyManager.IsSmsCapable Property
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.
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.