欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > 文章正文

Android 使用MMS彩信或者Gmail发送图片,,Intent i = n

来源: javaer 分享于  点击 23633 次 点评:151

Android 使用MMS彩信或者Gmail发送图片,,Intent i = n


Intent i = new Intent(Intent.ACTION_SEND) ;i.putExtra(Intent.EXTRA_STREAM,imageUri) ;i.setType("image/jpeg") ;startActivity(Intent.createChooser(i,"Send Image To:")) ;//该片段来自于http://byrx.net
相关栏目:

用户点评