Android:警报管理器和服务

发布于 2024-11-30 10:26:19 字数 112 浏览 1 评论 0原文

我可以使用 AlarmManager 和一个 PendingIntent 启动一项服务吗?我希望,当我的应用程序中没有更多数据时,服务会关闭,并且 AlarmManager 在 X 分钟后重新启动它。有可能吗?

I can start a Service with an AlarmManager and one PendingIntent ? I want that, when in my application there are not more data, the Service go down and the AlarmManager restart it after X minutes. It's possibile ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

杯别 2024-12-07 10:26:19

如果您传递 AlarmManager 标志 ELAPSED_REALTIME_WAKEUP 或 ELAPSED_REALTIME,它们可用于在手机处于睡眠状态或手动唤醒手机时传递意图。

If you pass the AlarmManager flags ELAPSED_REALTIME_WAKEUP or ELAPSED_REALTIME they can be used to deliver intents when the phone is in sleep, or when you manually wake up the phone.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文