I want to add an image in email body. I don\'t want to attach an image to the email, but add an image in the email body.
How to do this?
I\'m using this.
Here is a related question.
It seems that you can use:
intent.putExtra(Intent.EXTRA_STREAM, uri);
where uri is a file path URI.
uri
URI