Correcting my question:

1. There is a way to send Standard SMS in Android
2. There is a way to send Binary SMS in Android i.e., using
SmsManager.sendDataMessage(...)
3. There is a way to send SMS to specific port, in JavaME i.e., String
smsUrl = "sms://" + to + ":" + 99112;

Any idea on how to send *Standard SMS on specific port* in Android?

thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to