|
|
|
Android ผมจะ Intent SMS ใส่สองเบอร์จะทำยังไงหรอครับ ขอบคุณครับ |
|
|
|
|
|
|
|
ลองใส่ , ครับ
Code (Android-Java)
try {
Intent sendIntent = new Intent(Intent.ACTION_VIEW);
sendIntent.putExtra("address", "9971227563,9990900909");
sendIntent.putExtra("sms_body", sendSMSStringOnCustomCheckIn());
sendIntent.setType("vnd.android-dir/mms-sms");
startActivity(sendIntent);
} catch (Exception e) {
Toast.makeText(getApplicationContext(),
"SMS faild, please try again later!",
Toast.LENGTH_LONG).show();
e.printStackTrace();
}
|
|
|
|
|
Date :
2014-02-05 09:49:16 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|