//叫起簡訊程式 · Intent it = new Intent(Intent.ACTION_VIEW); · it.putExtra("sms_body", "The SMS text"); · it.setType("vnd.android-dir/mms-sms"); ...
確定! 回上一頁