How easy is it to send a predefined message to a predefine number in a java app? What systems support it, and how can I tell at runtime whether this is supported?
Thanks in advance.
How easy is it to send a predefined message to a predefine number in a java app? What systems support it, and how can I tell at runtime whether this is supported?
Thanks in advance.
the jsr concerned is the 120
you will have to open a connector on sms:// + tel
look in the specs of your phone for the jsr 120 (or the 205)
at runtime, you can start by a Class.forName(className)
where className is the name of any of the classes of the wireless messaging API
if you catch a ClassNotFoundException, your terminal probably doesn't support sms