A ContentObserver is your only option.

On Wed, Feb 15, 2012 at 2:46 AM, vijay kher <khervija...@gmail.com> wrote:
> Hi ,
>
> I wants to get contact that is either deleted or updated by user in device
> contact list.
>
> For that i have try with content observer and notice that its onChange()
> method is called  with one boolean parameter when any contact is added or
> deleted.But does not give any information regarding that contact.
>
> So is there any listener in android for getting contact information that is
> either deleted or updated by user in device contact list or any action fired
> from system.
>
> Thanks in advance,
>
> --
> 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



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 4.1 Available!

-- 
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