Why is getCallingActivity always returning null?

后端 未结 6 1307
被撕碎了的回忆
被撕碎了的回忆 2021-01-20 19:06

I have a welcome screen that can be started as the first activity in my app, or it can be started by the main activity that the user spends their time in. I want it to act s

6条回答
  •  长发绾君心
    2021-01-20 19:13

    I was experiencing this problem when the activity was declared with singleInstance as launch mode in the manifest. In my case, I found a solution without this declaration which fixed the problem.

提交回复
热议问题