android-通电话

android-打电话直接贴代码。// 生成呼叫意图????Intent intent new Intent(Intent.ACTION_CALL, Uri.pars

android-打电话

直接贴代码。

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