开发者

Native contact change notification

开发者 https://www.devze.com 2023-03-18 20:24 出处:网络
How can I get callback in my application wheneve开发者_如何学Gor a contact is added or deleted or changed ? Is there any standard broadcast intent that I can register a BroadcastReceiver for that ?No

How can I get callback in my application wheneve开发者_如何学Gor a contact is added or deleted or changed ? Is there any standard broadcast intent that I can register a BroadcastReceiver for that ?


No BroadcastReceiver available for notifying contacts changes. You may need to use ContentObserver to get notified. Lots discussions happened to here on how to receive Contacts change notification via ContentObserver. Try searching for it.

Another way of getting notified, is by using SyncAdapters. Look into here for info http://www.c99.org/2010/01/23/writing-an-android-sync-provider-part-2/

0

精彩评论

暂无评论...
验证码 换一张
取 消