stopManagingCursor
When you get exceptions like the following after ActivityB resumes to ActivityA
java.lang.IllegalStateException this should only be called when the cursor is valid
You might want to callĀ stopManagingCursor in onResume()
When you get exceptions like the following after ActivityB resumes to ActivityA
java.lang.IllegalStateException this should only be called when the cursor is valid
You might want to callĀ stopManagingCursor in onResume()