我的代碼是:如何追加#在數量在phonecall功能的Android結束
x="*141#";
String phoneCallUri =("tel:" + x);
Intent phoneCallIntent = new Intent(Intent.ACTION_DIAL);
phoneCallIntent.setData(Uri.parse(phoneCallUri));
startActivity(phoneCallIntent);
當電話函數被調用它不使用#*僅141 called.Please幫我出 謝謝提前
Thanks.it工作:) – user2606656