When i run
startActivity(new Intent(Intent.ACTION_SEND))
to send emails, which are return values that I can check in
onActivityResult(){...}
?
Because (for example):
But for this I need to know the return values of the Intent. Is it possible?
I do not think this is indicated.
You cannot be sure of what activity will end the work with your intentions, and each action can return different resultCodes for the same logical result.
.
, , H-API ( ), , . : " ?" " ?". " "? , , .
"" , , , . . Devs .