I am not sure what the proper name is. There i开发者_如何学运维s a possibility to listen to "events" e.g. an SMS is incoming. I was looking for a complete list, but couldn't find any. Maybe it is due to the fact that I don't know the name of that. Can anyone help?
Thanks, A.
There is no "complete list".
Many broadcast Intents
are documented on the Intent
class. Some broadcast Intents
are documented on other classes (e.g., ConnectivityManager
, TelephonyManager
). Some broadcast Intents
are not documented and should not be used.
And those are just the ones in the OS.
精彩评论