In my android application, I share the image via Bluetooth is working. At the same time i tried to share via mail. But image isn’t attached that mail. It’s only send with body.
Any Solution ?
In my android application, I share the image via Bluetooth is working. At the
Share
To send image via email as an attachment, you first need to save it as a file on the SD card. If your image is a
Bitmapthen you can write it to a file like belowThen using the
Intent, launch the email client application with the image file as an attachment