Android Question Load into bitmap photo_uri owner account

brelto85

Active Member
Licensed User
Longtime User
I need to load the owner account profile's image
with the ContentResolver classe i retrieved the uri of photo:

photo_thumb_uri: content://com.android.contacts/contacts/9223372034707292161/photo

How load it into a bitmap object ?
i try to load it with the method described here but return a "invalid column _data" error

How to do?
 
Top