Hi, i am tryingt find a way to see when a specific contacts record has
been changed, removed or a new contact been added to the content
provider.

i am using the  getContentResolver().registerContentObserver(
                                ContactsContract.RawContacts.CONTENT_URI, 
false, mPeopleObserver);

to listen out for changes but the problem is that it doesnt indicate
the specific contact thats been changed. it just tells me that
something has changed in the ContactsContract.RawContacts table and
every other table related to this.

Thanks in advance

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to