I have an app in which I am hoping to send details in the android contact list to a remote server, so that the user can see his contacts online.
To do this I want to notify
Faced the same problem in my own code and found out that I was calling registerContentObserver() twice. Although it was for the exact same URI and within the same class my onChange(boolean selfChange) method was called twice as a result.