Android notify when phone book is updated(Content Observer)

后端 未结 3 1301
灰色年华
灰色年华 2021-01-02 04:28

I want to get a notification on my phone if there is any change in the contact database(add,delete).Right now i am using ContentObserver to get notified.Following is my code

3条回答
  •  醉梦人生
    2021-01-02 05:10

    I think it may be possible using a Broadcast manager / receiver http://www.intertech.com/Blog/using-localbroadcastmanager-in-service-to-activity-communications/

提交回复
热议问题