定时器广播接收器 - 在下午 2 点或 44 分钟后接收?

发布于 2024-12-09 11:49:18 字数 375 浏览 0 评论 0原文

我想在 Android 清单或代码中注册 BroadcastReceiver如果有必要,这将根据时间向我的应用程序发送广播。

例如,我希望 Android 操作系统根据时间调用我的 onReceive

  • 例如定期
  • 或在一天中的给定时间
  • 或在特定时间过后(例如 44 分钟后)调用一次来自我的应用程序中的某些调用)

这怎么可能而不让我的应用程序一直在后台运行

I would like to register a BroadcastReceiver in the Android manifest, or in code if necessary, that would send a broadcast to my application based on time.

e.g. i would like my onReceive to be called time-dependently by the Android OS

  • at say a regular interval
  • or at a given time of day
  • or once after a specific amount of time has lapsed (say after 44 minutes from some call in my application)

How might that be possible without leaving my app running in the background all the time ?

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

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

发布评论

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

评论(1

风吹过旳痕迹 2024-12-16 11:49:18

请参阅 AlarmManager 和 android.intent.action.TIME_TICK

See AlarmManager and android.intent.action.TIME_TICK

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