[android-developers] content observer for calllog works on 1.6 but fails on 2.0

2010-03-03 Thread tjlian616
Dear all, I am working on a app that can monitor the change in call log and delete specific call history if it exists. The goal is to be able to never show call history with some contacts. It uses a ContentObserver to observe the change in CallLog.Calls. When onChange() gets called, it will do a

[android-developers] Content Observer

2010-02-18 Thread Kiran
As per normal content observer, you will just get to know that content has been changed but not the data. So how can I exactly find out what changes has been made using Content Observer? Is there any alternative way to obtain the changes done on specific content URI? Thanks a lot in advance !!