标签: android timer notifications android-intent
我希望能够从我的应用程序启动notification,特别是计时器,当它耗尽时发出警报。
notification
我四处寻找如何启动计时器intent但找不到任何东西。有没有人知道如何做到这一点?
intent
谢谢!
答案 0 :(得分:1)
AlarmManager对于这类事情非常有用: http://developer.android.com/reference/android/app/AlarmManager.html