Android app crashes when calling any explicit intent (like camera/gallery, call or share) on Samsung galaxy s3

杀马特。学长 韩版系。学妹 提交于 2019-11-29 17:13:35

Every mentioned intent should have a callback mechanism, it is really strange in Samsung S3's case where I have to face it. I have searched a lot but didn't find anything.

Somehow, I have seen an option in Developer Options titled as Do not keet activities which destroys every activity of user as soon as possible when checked. Please make sure that it is unchecked.

I have fixed it for Samsung S3 with Android version 4.3 and found that this option in many devices and Android OS versions

Please follow these steps:

Android version 4.3 (Samsung galaxy S3):

  1. Go to Settings >> More (Tab) >> Developer Options >> Do not keep activities
  2. Make sure this option is unchecked

General:

  1. Go to Settings >> Developer Options >> Do not keep activities
  2. Make sure this option is unchecked

Hope it will work :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!