Android onActivityResult not called / triggered

后端 未结 8 2432
醉梦人生
醉梦人生 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:08

    Deleting android:noHistory="true" from the activity I was having problem with solved the issue for me.

提交回复
热议问题