0

I store some contacts in my app and want to know if any one of them is edited by user through the contact app. So I register a contentObserver for this. The 'onChange()' method for the contentObserver doesn't provide anything other than 'selfChange' boolean parameter. So is there any way I can find which contact changed other that looping through every contact and comparing the fields for changes?

bala
  • 415
  • 3
  • 13

1 Answers1

0

That is the same question that I have posed and so far, it does not appear there is a meaningful way other than looping through.

Community
  • 1
  • 1
mobibob
  • 8,670
  • 20
  • 82
  • 131
  • Yeah too bad. I researched quite a bit too and turned out there is no way of knowing it easily :( – bala May 23 '11 at 11:51