Android通过Intent发送电子邮件含附件
摘要:
如何在Android系统中发送带附件的电子邮件呢? 其实通过Intent可以很方便的发送Email,只需要短短10行代码就可以处理,这里Android开发网就以在sdcard上的android123.cwj文件为例,通过Intent来发送电子邮件。完整代码如下 File file =new File("\sdcard\android123.cwj"); //附件文件地址Intent intent ... 阅读全文
posted @ 2010-08-16 16:17 tt_mc 阅读(7452) 评论(2) 推荐(2) 编辑