What is this? This is an open forum and it would be helpful to answer questions for all to read.
You need to look at two things: - PowerManager.WakeLock (to turn the display on and to make sure the device doesn't go back to sleep while you prepare to play the alarm) - KeyguardManager (to unlock the phone so that the user doesn't see the lockscreen; careful: don't create a security leak, the keyguard must be reenabled when your app loses focus, see onPause) good luck, Martin mobitobi: Gentle Alarm, Sleep Now -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

