Android
Tuesday, 12 June 2012
how to send message or ACTION_SENDTO
Uri uri = Uri.parse("smsto:"+mainArrayList_phno.get(position));
Intent it = new Intent(Intent.ACTION_SENDTO, uri);
it.putExtra("sms_body", ""+password);
startActivity(it);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment