// phoneUri 포맷 - tel:XXXXXXXXX Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(phoneUri)); mContext.startActivity(intent);
Last updated 4 years ago
Was this helpful?