I tried
int totalDeleted = cr.delete(ContactsContract.Contacts.CONTENT_URI, where, new String[]{contactId});
but it does not work.
Can I directly delete a contact without deleting the raw contacts tied to the contact? or Do I need to delete all the raw contacts first?
thanks before hand