gpt4 book ai didi

安卓开发 : How I can find the list of all avaiable intent-filter actions for a receiver?

转载 作者:搜寻专家 更新时间:2023-11-01 08:10:20 25 4
gpt4 key购买 nike

我想知道您如何从您的 list 文件中找到一个特定的“操作”来制作您自己的“BroadcastReceivers”。

我可以在“intent-filter”上为我的 BroadcastReceiver 添加操作列表吗?

例如:

   <receiver android:name=".Receiver_01_OnSettingChange">
<intent-filter>
<action android:name="android.net.wifi.WIFI_STATE_CHANGED"/>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.location.PROVIDERS_CHANGED" />
</intent-filter>
</receiver>

我在哪里可以找到与其他设置状态相关的其他操作列表?

非常感谢

最佳答案

PackageExplorer 列出了您设备中应用程序中定义的所有 intent-filters。可以从此链接获得更多信息

Android -- How to get a list of all available intent filters ?

使用 java 方法,您可以将 androidmanifest xml 读取为二进制格式。然后您可以写入文本文件。下面的链接讨论了这一点。

How to parse the AndroidManifest.xml file inside an .apk package

希望对您有所帮助。

关于安卓开发 : How I can find the list of all avaiable intent-filter actions for a receiver?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10362548/

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