Android: using registerContentObserver() to be notified as the contacts are changed.

Posted by warrior on Stack Overflow See other posts from Stack Overflow or by warrior
Published on 2010-01-28T12:07:57Z Indexed on 2010/06/01 6:13 UTC
Read the original article Hit count: 724

Filed under:

using registerContentObserver() to be notified as the contacts are changed,but when i register for the content uri:People.CONTENT_URI and when i observe in the log cat i'm getting the notify as "false" even after changing the contact. i have also over ridden the deliverSelfNotification to true. can u help me out with this Thank you

© Stack Overflow or respective owner

Related posts about android