1
2
3
      Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.parse("smsto:"+"번호1;번호2"));
                intent.putExtra("sms_body","메세지 내용");
                This.startActivity(intent);
cs

 

+ Recent posts