Android Intent for sending email with attachment [duplicate] Android Intent for sending email with attachment [duplicate] java java

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());