Android onActivityResult not called / triggered

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

    In my case, it was not triggered since I had added flag Intent.FLAG_ACTIVITY_NEW_TASK while creating intent for startActivityForResult. Removing it solved my issue.

提交回复
热议问题