onActivityResult never called

后端 未结 9 1023
梦谈多话
梦谈多话 2020-12-17 10:04

So far, I used the startActivity function with success and now that I need to use the startActivityResult, I have a problem.

When using this function, the activity

9条回答
  •  萌比男神i
    2020-12-17 10:42

    I had same problem and solved it: Just remove

    android:launchMode="singleInstance"
    

提交回复
热议问题