直接贴代码。
// 生成呼叫意图
????Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:"
??????+ mobile));
????// 开始呼叫
????startActivity(intent);
直接贴代码。
// 生成呼叫意图
????Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:"
??????+ mobile));
????// 开始呼叫
????startActivity(intent);