Android电子邮件意图,反正知道用户是否实际发送了电子邮件?

问题描述:

我正在使用电子邮件意图发送电子邮件,我需要检测用户是否真的发送了电子邮件,或者只是按下(即丢弃的电子邮件),是否还有这样做?

I am using email Intent to send emails, I need to detect if the user really sent the email or just pressed back(ie discarded email), is there anyway to do that?

谢谢!

您的问题在这里回答得很好 email:哪些是Intent.ACTION_SEND返回值?

Your question is answered very well here email: Which are Intent.ACTION_SEND return values?

基本上没有任何指定,任何事情都可以发生。

Basically there is nothing specified, anything can happen.