2014年10月17日

Android开发中调用系统窗口的方法

摘要: //直接拨号Intent callIntent = new Intent(Intent.ACTION_CALL,Uri.parse("tel:12345678"));startActivity(callIntent);//将电话号码传入拨号程序 Intent dialIntent = new Int... 阅读全文

posted @ 2014-10-17 09:06 AllenCoder 阅读(837) 评论(0) 推荐(0)

导航