拨打电话

2019-04-14 18:26发布

调用系统的电话功能Uri uri = Uri.parse("tel:10086");Intent intent = new Intent(Intent.ACTION_DIAL, uri);
startActivity(intent);

热门文章