Android 电话拨号器
摘要:
需要添加权限: android.permission.CALL_PHONEIntent intent = new Intent();//创建一个意图 intent.setAction(Intent.ACTION_CALL);//设置意图要干什么 intent.setData(Uri.parse(... 阅读全文
posted @ 2015-10-20 17:50 ke1vin 阅读(92) 评论(0) 推荐(0)
posted @ 2015-10-20 17:50 ke1vin 阅读(92) 评论(0) 推荐(0)
posted @ 2015-10-20 17:43 ke1vin 阅读(432) 评论(0) 推荐(0)