拨打电话

Intent intent =new Intent();
intent.setAction(intent.ACTION_CALL);
intent.setData(Uri.parse("tel:"+s_Num));//s_Num为电话号码
startActivity(intent);

//记得添加拨打电话的权限

posted @ 2017-10-26 19:58  紫旭  阅读(322)  评论(0编辑  收藏  举报