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