I\'m developing an media player application for Android, for which I need to handle any Alarm notification, and based on that I\'ll pause my playback. When the Alarm in snoo
AFAIK, there is no way for you to be notified of what the Alarm Clock application does, any more than you get notified about any other third-party alarm clock.
Note that AlarmManager -- what you were probably reading about -- is not the same as the Alarm Clock application.