onActivityResult never called

后端 未结 9 826
梦谈多话
梦谈多话 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条回答
  •  隐瞒了意图╮
    2020-12-17 10:30

    android:noHistory="true" 
    

    like

    android:launchMode="singleInstance"
    

    will stop onActivityResult from receive result.

提交回复
热议问题