I Have used following code to delete the contact using index... SqliteWrapper.delete(mContext, mContext.getContentResolver(), RawContacts.CONTENT_URI, RawContacts._ID + "=" + Index, null);
is it correct?
do i need to delete the entry from Rawcontacts table or Contacts table...?