Using Android Intent.ACTION_SEND for sending email

前端 未结 17 1262
野趣味
野趣味 2020-11-29 23:07

I\'m using Intent.ACTION_SEND to send an email. However, when I call the intent it is showing choices to send a message, send an email, and also to

17条回答
  •  北海茫月
    2020-11-29 23:38

    Using message/rfc822 type as pointed here: ACTION_SEND force sending with email solves the issue.

提交回复
热议问题