When I launch
startActivity(new Intent(Intent.ACTION_SEND))
for sending an email, which are the returned values that I can test in the
onActivityResult(){...}
?
Because (for example):
- if the user exit the email client clicking su "Cancel", I want execute methodX(...)
- otherwise i will execute methodY(...)
But to perform that, I need to know the Intent returned values. Is it possible?