I've got an app that accepts images via "Preview images" in Gmail on Android
I have the Uri :
content://gmail-ls/messages/my_gmail_id_@_gmail.com/65/attachments/0.1/SIMPLE/false
The Astro image viewer or Gallery can display the image very well
I can use the URI : content://media/external/images/media/79
but I dont know how to use this Uri to display image in my app.
Help me please