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

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -