As an aside, to find what broadcast intents are available, you can check in 
a few places:

   - In your platform folder for the version of Android you are targeting, 
   look for the broadcast_actions.txt file. This contains the string action 
   for any intent that the system can broadcast.
   - You can also check the documentation for 
Intent<http://developer.android.com/reference/android/content/Intent.html>, 
   which has many (I don't know if it has all) of the actions listed as 
   constants. These also may have documentation about the intent broadcast that 
   you would need to use it.
   

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to