Starting Activity from Sleeping Device Building off our AlarmManager, we want the ability to have the alarm appear, even if the device is locked. Here’s how.
Android – Creating an Alarm with AlarmManager There aren’t a lot of good write-ups on how to use the AlarmManager, so here is an example that launches an Activity using the AlarmManager.