码迷,mamicode.com
首页 >  
搜索关键字:andorid拨号    ( 1个结果
Android APP代码拨打电话和短信分享
Android APP拨打电话: Intent intent=new Intent(Intent.ACTION_DIAL,Uri.parse("tel:"+888888)); startActivity(intent); } Android APP短信分享: Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.putExtra("sms_body", "#短信分享#"); sendIntent.setType("vnd.andro...
分类:移动开发   时间:2015-06-03 17:42:49    阅读次数:175
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!