Is there any other event than ACTION_SCREEN_ON<http://developer.android.com/reference/android/content/Intent.html#ACTION_SCREEN_ON> that gets broadcasted for screen brightness changes? Or a listener object or something alike?
On Tue, Dec 14, 2010 at 7:37 AM, Jake Basile <[email protected]> wrote: > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

