标签: android android-intent call
Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(url)); startActivity(intent);
但我希望在通话期间显示位图图片和姓名 有没有办法做到这一点? 是否有什么我可以加入额外的东西? 感谢