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?
Thanks!
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?
Thanks!
Your question is answered very well here email: Which are Intent.ACTION_SEND return values?
Basically there is nothing specified, anything can happen.