Re: [android-developers] Programatically changing the screen brightness

2012-07-29 Thread Dianne Hackborn
I can't follow your question, but the code your posted has problems. First, please don't set Settings.System.SCREEN_BRIGHTNESS. This is the global brightness set by the user. It should not be changed by the application. It is not intended to be changed by the application; generally there are ot

[android-developers] Programatically changing the screen brightness

2012-07-29 Thread Cythes
I'm now for sure 99% of the way complete on my code... I need to know one last thing. How do I programatically dim the of the android. I have tried making a set of intent groups. One loads the code for the dimmer then intents into the actual program and that runs with little issue other then t