onActivityResult never called

后端 未结 9 1071
梦谈多话
梦谈多话 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:43

    The mistake that I had made was that after creating my Intent I was calling startActivity() instead of startActivityForResult()

    Sometimes the simple ones kill you :)

提交回复
热议问题