On Ice cream sandwich, my application starts force close when I wanted to resume the application that has a gridview with a CursorAdapter that have passed in a managedQuery to a CursorAdapter. The Exception would be StaleDataException that saying I am attempting to access cursor which is being closed.
I used the getContextResolver().query instead of using managedQuery. The help me stop having force closed of the applicatio when i tried to resume the application.
In that case, if I used this way. Do I need to close the cursor or will it be closed by Adapter.