gpt4 book ai didi

android - 浏览器无法使用深度链接从浏览器打开应用程序

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

我正在尝试在我的应用程序中实现深层链接,以便用户能够从浏览器中打开该应用程序。因此,我在 Manifest.xml 中的应用程序中添加了深层链接。这段代码是从 adb 运行的,但是当我试图在浏览器中打开这个链接时,应用程序没有打开。什么会导致此错误?我什至在我的代码中看不到 Intent

<activity
android:name=".ui.main.MainActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan">

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

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

<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="example.com"
android:pathPrefix="/"/>
</intent-filter>
</activity>

最佳答案

使用 Firebase 深层链接(希望帮助-完整)

https://firebase.google.com/docs/dynamic-links

关于android - 浏览器无法使用深度链接从浏览器打开应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58084132/

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