嗨,我想通过以下链接打开我的活动:
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开始活动,但是第一个不起作用。为什么会这样?