質問

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