【发布时间】:2017-06-02 05:16:07
【问题描述】:
当我点击应用链接时,我需要选择 chrome 或我的应用
我查看我的网站Google Statement List Generator and Tester 我在下面
Success! Host XXX grants app deep linking to XXX.
但是 adb shell dumpsys 包 domain-preferred-apps 显示
"Status: undefined"
有人知道怎么解决吗?
清单.xml `
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="https"
android:host="XXXX.XX"
android:path="/test" />
</intent-filter>`
applinks 状态不是“总是”如何改正???
"Status: undefined"
【问题讨论】:
-
您是否在我们的代码中使用了 ActivityChooser ?
-
没有。当我单击我的 Android 应用启动的 html 链接时,我想这样做
标签: android android-studio applinks