Android ACTION_SEND Attached File

Posted by Sean on Stack Overflow See other posts from Stack Overflow or by Sean
Published on 2010-04-25T23:17:48Z Indexed on 2010/04/25 23:23 UTC
Read the original article Hit count: 310

Filed under:
|
|
|

When you attach a file to an e-mail using the ACTION_SEND intent (with the extra EXTRA_STREAM) does the e-mail app copy that attached file to its own location? My app creates a file and attaches it to an email, but this can happen many times and I would like to be able to delete this file when it is no longer needed (so it doesn't flood the user's storage with junk data). Is the file safe to delete after the e-mail intent has started?

© Stack Overflow or respective owner

Related posts about android

Related posts about email