我想在Android上实现一个可以用mail发送应用程序的功能。如果使用:
Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
实现上述命令,就会启动Android内置的应用程序。所以,我想要设置一个按钮,这样,点击按钮直接就可以发送邮件,而不需要再次启动程序,具体该怎么做呢?
原文:Sending Email in Android using JavaMail API without using the default/built-in app
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
认证高级PHP讲师