In my app, I have a service in which I want to listen for any changes in contacts i.e., when any contact is added or edited in the native contacts app or through any other app. Is there any broadcast intent which I can register to for this purpose? Or is there any other way to achieve this?
atomman
Found someone with a similar problem, his solution was using RawContacts.
Broadcast on contact add/change?
http://developer.android.com/reference/android/provider/ContactsContract.RawContacts.html
来源:https://stackoverflow.com/questions/14038956/broadcast-intent-on-contact-added-edited-changed-android