This demo application demonstrates how to set an alarm using the Android AlarmManager service.
In this example, we set an alarm that goes off five seconds after being launched. The alarming activity then plays the default alarm on the device.
To read a blog post about this demo, check it out here.