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

前端 未结 1 888
青春惊慌失措
青春惊慌失措 2020-12-22 01:20

I have compileSdkVersion and targetSdkVersion 23 and testing on Samsung galaxy s3. But whenever i open any third party app (explicit intent) like camera/gallery app or share

1条回答
  •  时光说笑
    2020-12-22 02:16

    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 :)

    0 讨论(0)
提交回复
热议问题