📅  最后修改于: 2022-03-11 14:52:11.083000             🧑  作者: Mango
String phone = "+34666777888";
Intent intent = new Intent(Intent.ACTION_DIAL, Uri.fromParts("tel", phone, null));
startActivity(intent);