views:

37

answers:

2

I want to received the Android broadcast, is there a list of all intents?

+1  A: 

Here is the Intent reference and here is nice read about Intents and Intent-Filters and another interesting read about whether you can use that intent.

All located on the developer site of Android. This is the first place you should always search.

Octavian Damiean
A: 

I have find the broadcast intent list. It's under the sdk's platform /data/broadcast_actions.txt . Thank you.

batfree