ops.add(ContentProviderOperation.newUpdate(Data.CONTENT_URI) .withSelection(Data.CONTACT_ID+"= ? AND "+ContactsContract.Data.MIMETYPE+"=?",new String[]{id,ContactsContract.CommonDataKinds.Photo.CONTENT_ITEM_TYPE}) .withValue(ContactsContract.CommonDataKinds.Photo.PHOTO, imageInByte) .build());
ArrayList<ContentProviderOperation>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)