Hi all,
I use this to allow the user to send me an email with some informations.
Is it possible when the main activity is resumed, to understand if the user really sent the email or aborted the operation (or any sending problem has occoured) ?.
Marco
Consider using SMTP instead. You can create a Gmail account (or any other mail account) that is only used to send you the mails and then send them automatically from your app.