I have cr开发者_开发知识库eated an app which alows user to send mails. The message text is prefilled with data from the app. I would like to know the recipient email ids the user send the mail to. Is it possible for me to get back recipient email ids when user sends mail using email Intent.
Is it possible for me to get back recipient email ids when user sends mail using email Intent.
Fortunately, this is not possible, as this would be a significant privacy violation.
精彩评论