标签: android events
我不确定这个名字是什么。有可能听“事件”,例如短信正在传入。我正在寻找一个完整的清单,但找不到任何。也许是因为我不知道它的名字。有人可以帮忙吗?
谢谢,A。
答案 0 :(得分:1)
没有“完整列表”。
Intents课程中记录了许多广播Intent。某些广播Intents记录在其他类中(例如ConnectivityManager,TelephonyManager)。某些广播Intents没有记录,不应使用。
Intents
Intent
ConnectivityManager
TelephonyManager
这些只是操作系统中的那些。