Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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"