content resolver notifyChange() not working
问题 I have setup a fragment to pull data from a custom content provider using a CursorLoader. The problem is that when i update a record in the SQLite table using the content resolver, the cursor does not refresh i.e. the getContext().getContentResolver().notifyChange(myUri, null) has no effect. I have to exit the fragment and open it again to see the change. I think the problem is that the URI i have used to update a row is not being observed by the loader : URI to create loader - content://com