Skip to content Skip to sidebar Skip to footer

Update Existing Contact With Image In Android

I am able to update image in contact from my app and its visible in contacts but as soon as google sync occurs it deletes the image from contact. My code: ops.add(ContentProviderOp

Solution 1:

That's probably because you only set the thumbnail of the photo. Please see my response in Changing contact's image to a large photo via PHOTO_FILE_ID in Android to see how you should add or update a contact photo.


Post a Comment for "Update Existing Contact With Image In Android"