打开另一个应用程序(Chrome浏览器),然后在Android中以统一的C#传递网址

时间:2018-08-01 11:00:31

标签: c# android google-chrome unity3d

如何从在android中运行的统一应用访问和打开google chrome应用?我在这篇文章中看到了类似的解决方案:Open another app and pass in url,但它在用google plus。有人有这样做的线索吗?

1 个答案:

答案 0 :(得分:0)

对于您发布的this参考

您可以使用字符串com.android.chrome打开chrome应用程序

bool success = openUrl("com.android.chrome", "https://YOUR_LINK");