I have an alarm clock app. My alarm activity is launched via the AlarmManager and sets the window to full screen brightness. The brightness setting works but isn't apparent until I touch the screen to undim it.

I've tried View.setKeepScreenOn(true) and setting getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); with no success.

WakeLocks are apparently terms for capital punishment. What's the best way to make the screen wake up all the way so that no user activity is required?

link|improve this question

80% accept rate
I think WAKE_LOCK is only solution for you.. Look at this, How do I keep the screen on in my App? – user370305 Dec 14 '11 at 6:13
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.