I have an application that accepts images through "Image Preview" in Gmail on Android
I have Uri:
Content: // gmail-ls / messages / my_gmail_id_ @ _gmail.com/65/attachments/0.1/SIMPLE/false
Astro Image Viewer or Gallery can display an image very well.
I can use URI: content: // media / external / images / media / 79
but I don’t know how to use this Uri to display the image in my application.
help me please
source
share