gpt4 book ai didi

Android深度链接问题

转载 作者:行者123 更新时间:2023-11-30 01:25:25 25 4
gpt4 key购买 nike

我在尝试打开 <a href="tohome://print?https://qcblob.blob.core.windows.net/testing/LabelTesting/label_sample2.png">items</a> 时遇到问题此链接不打开应用程序。

我的 list 文件:

        <activity
android:name=".Main2Activity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="print?" android:scheme="tohome"/>
</intent-filter>
</activity>

最佳答案

如果这是目标链接

tohome://print?https://qcblob.blob.core.windows.net/testing/LabelTesting/label_sample2.png

在这种情况下,您的host 将只是print

<data android:host="print" android:scheme="tohome"/>

一个典型的URL将遵循以下格式

scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]

在这种格式中,? 字符将作为分隔主机和实际查询字符串的分隔符。

关于Android深度链接问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36488224/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com