How can I get image from URI returned from Android photos app? -


i using this question reference how image uri embedded url, being returned photos app starting while back. now, i've noticed these uris no longer contain url , rather contain kind of key. don't know image now. uri i'm getting looks this:

content://com.google.android.apps.photos.contentprovider/0/1/mediakey:/*long-key*/actual 

how meant use display bitmap user selected photos app?

read uri using

getcontentresolver().openinputstream(uri) 

Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -