Android Intent for sending email with attachment [duplicate]

The file is probably not world readable.

EDIT: indeed. Try doing this:

Uri uri = Uri.parse("file://" + file.getAbsolutePath());

Leave a Comment