I am experiencing a crash in my app when I quit (via the back button) out of my Activity. So far as I can tell this is happening in the Android codebase and not mine, but I\
In your Activity before startManagingCursor() method is called , your Cursor is null. Dont let the Cursor be null.