Re: [android-developers] Trying to change the screen brightness programmatically

2012-08-01 Thread Dianne Hackborn
Did you read my reply to your original, exactly the same as far as I can tell, code? On Wed, Aug 1, 2012 at 5:01 PM, Cythes wrote: > Well after taking a few days off its time to hit the bricks again. So here > I am asking for help as to why my program is not setting the brightness > requested...

[android-developers] Trying to change the screen brightness programmatically

2012-08-01 Thread Cythes
Well after taking a few days off its time to hit the bricks again. So here I am asking for help as to why my program is not setting the brightness requested... Here is the code I have so far. import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.pro