According to the documentation the content resolver does automatically
register any cursors (see 'notifyChange()' method -> "By default,
CursorAdapter objects will get this notification").
Usually this is appreciated, but in my case it is not desired.
I have multiple consecutive inserts on my content provider and I do
not want a notification each time.

Any ideas how I can access the cursor's content observer in order to
unregister it?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to