How to listen contact inserted/updated/deleted in address book
问题 There are lots of questions related to it but none of them help me to get the solution. I am trying to sync all contacts from device to remote server and able to do it easily but when there is a change in contact like update/delete/insert(new contact) unable to find the solution. Tried using ContentObserver but onChange() is getting called multiple times. It's difficult to find the contact changes data. public class ContactService extends Service { private int mContactCount; @Override public