public static hasSMS : Number [read-only]
Indicates whether the mobile device can send SMS messages with the GetURL ActionScript command.
If Flash Lite can send SMS messages, this variable is defined and has a value of 1. Otherwise, this variable is not defined.
The following example traces the value of this read-only property:
trace(System.capabilities.hasSMS);