Android List Of Events/broadcast Receivers
I am not sure what the proper name is. There is 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 d
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.
Post a Comment for "Android List Of Events/broadcast Receivers"