Chrome Custom Tab does not go back to app

北慕城南 提交于 2019-12-01 05:16:45

The problem is that my activity had the launch mode "singleInstance". Changing to "singleTask" or not having a launchMode set in the AndroidManifest solves the problem.

Don't know why is that. If you know why, I will gladly mark your explanation as the solution.

This can also happen if you use the application context instead of an activity context.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!