How to send emails from my Android application?

前端 未结 21 2364
春和景丽
春和景丽 2020-11-22 00:38

I am developing an application in Android. I don\'t know how to send an email from the application?

21条回答
  •  后悔当初
    2020-11-22 00:51

    Use .setType("message/rfc822") or the chooser will show you all of the (many) applications that support the send intent.

提交回复
热议问题