[android-developers] Re: Contact change broadcast

2009-03-16 Thread Kenny
I'm looking for a way to know the contact update. android.database.ContentObserver may be feasible. But I don't know the exact implementation yet. Need to find sample code. You? Kenny On Mar 16, 5:59 am, LambergaR wrote: > No idea how to solve those two problems? > > On 11 mar., 17:18, Lamberga

[android-developers] Re: Contact change broadcast

2009-03-15 Thread LambergaR
No idea how to solve those two problems? On 11 mar., 17:18, LambergaR wrote: > Hello all! > > Is there a broadcast message dispached when a contact is changed or > added in Android's native contact book? > If not, what would be the most efficient way to check for changes? > > Secend of all, what