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?