发送邮件
摘要:
String strEmailBody = content.getText().toString(); Intent intent = new Intent(android.content.Intent.ACTION_SEND); intent.setType("plain/text"); String[] strEmailReciver = new String[]{"coderui@outlook.com"}; intent.putExtra(android.conten... 阅读全文
posted @ 2013-02-22 17:34 732003684 阅读(142) 评论(0) 推荐(0)
浙公网安备 33010602011771号