smoogli wrote:
> Hi,
> Sending an SMS is straightforward. However, I can't find a way to send
> an SMS on a specific application port.
>
> 1. There is a way to send standard SMS in Android
> 2. There is a way to send Binary SMS in Android.
> 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 in Android?
>
> thanks

Never tried it, but did you read carefully
http://developer.android.com/reference/android/telephony/SmsManager.html

pskink

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

Reply via email to