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?
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?