2016年4月8日
摘要: 阅读全文
posted @ 2016-04-08 19:14 寻步 阅读(1245) 评论(0) 推荐(0) 编辑
摘要: Intent intent = new Intent(Intent.ACTION_SENDTO); intent.setType("text/plain"); intent.putExtra(Intent.EXTRA_SUBJECT, "Subject of email"); intent.putExtra(Intent.EXTRA_TEXT, "Body of email"); inte... 阅读全文
posted @ 2016-04-08 16:28 寻步 阅读(290) 评论(0) 推荐(0) 编辑