0

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!

Heuristic
  • 5,087
  • 9
  • 54
  • 94

1 Answers1

0

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

Basically there is nothing specified, anything can happen.

Community
  • 1
  • 1
the100rabh
  • 4,077
  • 4
  • 32
  • 40