Why am I getting a crash when exiting my Activity?

前端 未结 3 1840
终归单人心
终归单人心 2020-12-20 16:12

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\

3条回答
  •  有刺的猬
    2020-12-20 16:41

    In your Activity before startManagingCursor() method is called , your Cursor is null. Dont let the Cursor be null.

提交回复
热议问题