Android onActivityResult not called / triggered

后端 未结 8 2441
醉梦人生
醉梦人生 2020-12-05 04:41

I read much about issues with onActivityResult, but it seems that none of the described problems fit to mine, like putting a negative requestCode in start

8条回答
  •  暖寄归人
    2020-12-05 05:13

    Had the same problem. check your manifest and make sure you are NOT using single instance:

    android:launchMode="singleInstance"
    

提交回复
热议问题