How to handle Alarm notification in Android?

前端 未结 3 1605
孤独总比滥情好
孤独总比滥情好 2020-12-10 08:28

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

3条回答
  •  自闭症患者
    2020-12-10 09:30

    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.

    Sorry!

提交回复
热议问题