1
2
3
|
Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.parse("smsto:"+"번호1;번호2"));
intent.putExtra("sms_body","메세지 내용");
This.startActivity(intent);
|
cs |
'개발 > Android' 카테고리의 다른 글
[Android]뒤로가기 버튼 눌렀을 때 이전 액티비티 같이 종료 (0) | 2019.09.30 |
---|---|
[Android] seekbar 가운데 설정 (0) | 2019.09.09 |
[Android] View 터치이벤트 막기 (0) | 2019.06.17 |
[Android] 현재 fragment 종료 (0) | 2019.06.17 |
[Android] changing floating button image (0) | 2019.06.05 |