拨打电话事件
Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:所要拨打的号码"));
startActivity(intent);
拨打电话事件
Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:所要拨打的号码"));
startActivity(intent);