gpt4 book ai didi

android - 如何通过浏览器链接启动 Android 应用程序?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:45:06 26 4
gpt4 key购买 nike

我读了这个 2 岁 question关于如何通过浏览器链接启动应用程序。我按照 hackbod 的说明进行操作不要使用自定义方案。

我准备了一个带有以下链接的 html 站点:

<a href="intent:#Intent;action=android.intent.action.VIEW;category=android.intent.category.DEFAULT;category=android.intent.category.BROWSABLE;package=com.jamic.secapp;end">Sec App</a>

我的 manifest.xml 的 intent-filter 部分如下所示:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jamic.secapp"
...
<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="intent"/>
</intent-filter>
...

当我在浏览器中打开 html 站点(我尝试了标准的 android 浏览器和 dolphin 浏览器)并单击链接时,浏览器将我重定向到 Play-Store,我收到消息:

No result found for "pname:com.jamic.secapp"

但是当我使用来自 android 的标准 HTML-Viewer 打开 html 站点时,链接工作正常。

怎么了?我不想成为一个坏男孩并使用自定义方案 :P

感谢您的回答:)

最佳答案

你试过使用<action android:name="android.intent.action.SEND"/>吗?相反?

关于android - 如何通过浏览器链接启动 Android 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12930487/

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