Re: [android-developers] Trying to black out screen programatically

2012-07-24 Thread Justin Anderson
http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#screenBrightness A value of 1 for brightness means "full bright" so I doubt that is the value you are wanting to use... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On T

[android-developers] Trying to black out screen programatically

2012-07-24 Thread Cythes
So this is really a repost from Stack Overflow so that is out there in the open. Here is what I am trying to do, I'm trying to get the screen to "black out" when I run the app in question. I know this sounds Spam-like but I assure you this app is being built in the best of intentions. So here i