Android - 通知栏中的启动计时器

时间:2011-08-31 17:05:51

标签: android timer notifications android-intent

我希望能够从我的应用程序启动notification,特别是计时器,当它耗尽时发出警报。

我四处寻找如何启动计时器intent但找不到任何东西。有没有人知道如何做到这一点?

谢谢!

1 个答案:

答案 0 :(得分:1)

AlarmManager对于这类事情非常有用: http://developer.android.com/reference/android/app/AlarmManager.html