SMS using built in android messaging system which uses the Mobile Carrier
i'm working on an android application to s开发者_StackOverflowend sms to other mobile numbers using android built in messaging system.....can anyone guide me how to do it???
You could use SmsManager.sendTextMessage
Hope this helps,
Phil Lello
精彩评论