Where is the all Android broadcast Intent list

android, android-intent, broadcast

Solution

I have found the broadcast intent list. It can be located under the `sdks(or android-sdks)/platforms/<android-sdk-version>/data/broadcast_actions.txt`.

Problem

I want to receive the Android broadcast messages. Is there a list of all intents?

Original source