Android Geek
Wednesday, 27 March 2013
Send SMS android
SmsManager sm = SmsManager.getDefault();
sm.sendTextMessage("03336851469", null, "abc", null, null);
Manifest::
<uses-permission android:name="android.permission.SEND_SMS"/>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment