|
|
|
Android - สอบถาม code sms ครับ สอบถาม code sms ครับ ถ้าผมทำการ set ตรงช่องกรอกหมายเลขให้เป็นหมายเลข 2 เบอร์อัตโนมัติ |
|
|
|
|
|
|
|
ลองใส่ , ครับ
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 10:15:28 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|