How to know when an e-mail Intent has finished?

timo

Active Member
Licensed User
Longtime User
I have an e-mail Intent which sends an attached text file. After that I have to delete the text file from sd card for security reasons. My problem is that if the app deletes that file too early, it will be sent as empty file by the e-mail intent. Is there a way to receive a sort of feed back from that intent in order to know when it has finished sending the message? Thank you
 
Last edited:
Top