onActivityResult doesn't work?

前端 未结 6 959
走了就别回头了
走了就别回头了 2020-12-18 19:54

I am facing with a problem related startActivityForResult()

To start SecondActivity from FirstActivity :

Intent intent = new Intent();
intent.setClas         


        
6条回答
  •  天涯浪人
    2020-12-18 20:50

    Thanks to @johndodo (that point to the manifiest) - I find my solution for the same problem.

    removing android:noHistory=true at the manifiest" solved this problem for me.

提交回复
热议问题