> onChange() method.
> and in registration time i am giving url
> "Contacts.People.CONTENT_URI".

That's deprecated, if you're on a super-new device maybe it doesn't
work anymore ?

ContentObserver definitely works in general.

Try CallLog.CONTENT_URI, see if  it works. I'm using that one myself
without problem.

Then switch to the newer ContactsContract API.

Pent

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to