【使用Intent从Android发送电子邮件】亦余心之所善兮,虽九死其犹未悔。这篇文章主要讲述使用Intent从Android发送电子邮件相关的知识,希望能为你提供帮助。
- Intent i = new Intent( Intent.ACTION_SEND) ;
- //i.setType(" text/plain" ); //use this line for testing in the emulator
- i.setType( " message/rfc822" ) ; // use from live device
- i.putExtra( Intent.EXTRA_EMAIL, new String[ ] { " [email protected]" } ) ;
- i.putExtra( Intent.EXTRA_SUBJECT," subject goes here" ) ;
- i.putExtra( Intent.EXTRA_TEXT," body goes here" ) ;
- startActivity( Intent.createChooser( i, " Select email application." ) ) ;
推荐阅读
- 使用applescript创建并发送电子邮件
- 基于adb的Android端口转发
- Android警报对话框
- Appcelerator(简单的邮政编码城市查找器)
- Kickapps(确定用户是否登录到外部页面)
- [jQuery]Appel脚本chez google API
- 在Android应用程序中集成Adobe Photoshop Mobile
- KickApps-更改表单验证以使用JQuery。修复IE的问题
- 清理旧的googleappengine会话