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…!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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?