问题描述
大家好,我在android中有奇怪的深层链接行为,我创建了route并给了他们path,uriPrefix和其他所有准备。 所以我通过adb测试了
>adb shell am start -W -a android.intent.action.VIEW -d "dapurq://auth/register" com.dapurq
它与该输出完美配合
Starting: Intent { act=android.intent.action.VIEW dat=dapurq://auth/register pkg=com.dapurq }
Warning: Activity not started,intent has been delivered to currently running top-most instance.
Status: ok
LaunchState: UNKNOWN (0)
Activity: com.dapurq/.MainActivity
TotalTime: 0
WaitTime: 5
Complete
但是当我在模拟器浏览器(谷歌浏览器)中键入内容时,它不起作用,而是浏览器搜索地址
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)