I would like my code to update contact details (like name, phone number, email, organization details, etc) in the android contact book. I was successful in
In order to update any data in the contacts you need to know the existing id for that fields. Then I used the Builder class to obtain separate ContentProviderOperation objects for the various fields I wanted to update, add them to an arrayList and then use the ContentProvider.applyBatch() method