I want to get a notification on my phone if there is any change in the contact database(add,delete).Right now i am using ContentObserver to get notified.Following is my code
I think it may be possible using a Broadcast manager / receiver
http://www.intertech.com/Blog/using-localbroadcastmanager-in-service-to-activity-communications/