Hi. I would like to detect changes to a Contact. Registering a ContentObserver correctly notifies when a change occures, but does not tell where. Registering Contacts.CONTENT_URI will report a change on Contacts.People or Contacts.Phones, but will not say which record or which table. I could get a hash on each entry, save it on my own db, and compare and find the changed record, but it seems to repeat work that already just been done, and could be slow.
Any ideas appreciated. A. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

