如果应用程序未运行(例如暂停),AlarmManager 是启动任务的唯一方法吗?

发布于 2024-11-03 21:53:02 字数 104 浏览 1 评论 0原文

如果我使用线程而不是警报管理器,那么如果应用程序被 Android 暂停或终止,线程会发生什么情况? 有没有关于带有线程、警报管理器、服务等的序列图的好图片,以便更好地理解它? 谢谢!吉列尔莫.

If I use threads and not alarm manager, what happens with the thread if the application is paused or killed by Android?
Any good picture about sequence diagram with threads, alarm manager, services, etc that makes good understanding of it?
Thanks! Guillermo.

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

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

发布评论

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

评论(1

深空失忆 2024-11-10 21:53:02

通过清单注册的广播接收器也将启动该应用程序。谈论线程和服务请看一下这篇文章中的比较< /a>.

Broadcast receivers registered through manifest will also start the application. Talking of threads and services take a look at the comparisons in this article.

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