[android-developers] screen brightness change

2010-12-13 Thread Hendrik Greving
Hi is there some broadcast or listener for screen brightness changes? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Screen Brightness on 2.2

2010-10-27 Thread burton miller
Anybody have any idea why this is not working under 2.2? (nexus one) WindowManager.LayoutParams lp = getWindow().getAttributes(); lp.screenBrightness = 1.0f; getWindow().setAttributes(lp); And yes, the auto-brightness is disabled under settings. -- You received this message because you are

[android-developers] Screen Brightness

2009-05-29 Thread guruk
Hi, I read here in several posts thats possible with WindowManager.LayoutParams lp = getWindow().getAttributes(); lp.screenBrightness = 100 / 100.0f; getWindow().setAttributes(lp); to change the screen brightness. ok, but it looks only for the actual activity. (there it