如果应用程序未运行(例如暂停),AlarmManager 是启动任务的唯一方法吗?
如果我使用线程而不是警报管理器,那么如果应用程序被 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过清单注册的广播接收器也将启动该应用程序。谈论线程和服务请看一下这篇文章中的比较< /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.