Possible Duplicate:
How to get URI of inserted row in my content observer?

I am using ContentObserver to listen to changes on a content provider. However, I was wondering if there is a way to get the changed URI when the OnChange method is called (instead of doing a search query inside the callback in order to find out what has changed).

It seem that this is possible with the API level 16, but I have to write an API 8 compliant application =S

有帮助吗?

解决方案

Well, later I found the same question posted in other places and still without an answer, which leads me to think that there is just no way to get the changed URI on older apis.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top