自定义URI不能在最后没有斜杠的情况下工作

时间:2019-09-04 06:51:12

标签: android deep-linking

嗨,我想通过以下链接打开我的活动:

myapp://www.myhost.com

myapp://www.myhost.com/

这是我的xml:

<data 
     android:scheme="@string/app_scheme"
     android:host="@string/app_host"/>

其中 app_scheme 代表myapp, app_host 代表www.myhost.com

使用这种方法,我可以使用第二个URL开始活动,但是第一个不起作用。为什么会这样?

0 个答案:

没有答案