1

I am starting email app with my content.

After user completes his action.

How to know the status. (Sent/Discarded/Saved to Draft).

Thanks in advance...!

Noby
  • 6,562
  • 9
  • 40
  • 63

1 Answers1

1

You can't. There is no standardized intent returned by email apps in response to ACTION_SEND. The best way to do it would be to provide the form for creating the email yourself, and only send the intent off if the user chooses to actually send it. I have no idea what you're trying to accomplish, though.

Also see How to wait for email intent to finish and get result? or how can we use startActivityforResult() for Email intent?

Community
  • 1
  • 1
jonvuri
  • 5,738
  • 3
  • 24
  • 32