gpt4 book ai didi

Android 深度链接无法启动应用程序

转载 作者:行者123 更新时间:2023-12-02 14:02:41 25 4
gpt4 key购买 nike

我正在为此抓狂;这些说明看起来很简单,但实际上不起作用。

这是 list Activity Intent 代码:

<activity
android:theme="@style/Theme.Buhzyellowtoplighttabs"
android:name="com.blah.package"
android:configChanges="orientation|keyboardHidden"
android:windowSoftInputMode="adjustResize|stateHidden"
android:screenOrientation="portrait" >

<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:scheme="http" android:host="www.buhz.com" />
</intent-filter>

<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

所以您可能会认为,当我在手机上运行该应用程序时,转到浏览器并访问 www.buhz.com,它应该给我一个选项启动应用程序,对吗?

最佳答案

据我所知,这仅在您单击该网站的链接时有效,而在您输入 URL 时无效。

万一您正在测试的 Android 设备上阅读本文,here是给您的链接

关于Android 深度链接无法启动应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23717727/

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