gpt4 book ai didi

android - 我可以从手机中的网络浏览器发送感兴趣的广播接收器( native 应用程序)可以接收的 Intent 广播吗?

转载 作者:行者123 更新时间:2023-11-29 21:47:13 25 4
gpt4 key购买 nike

我可以从手机中的网络浏览器发送 Intent 广播,Android 中感兴趣的广播接收器( native 应用程序)可以接收到该广播吗?

最佳答案

在 HTML 中使用它:

<a href="intent://my_host#Intent;scheme=my_scheme;action=my_action;end">Link to my stuff</a>

然后将这些放在 list 中:

    <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="my_scheme" android:host="my_host" />
</intent-filter>

关于android - 我可以从手机中的网络浏览器发送感兴趣的广播接收器( native 应用程序)可以接收的 Intent 广播吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15458578/

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