gpt4 book ai didi

android - 如何每 5 分钟启动一次调度程序,在 Android 8(Oreo)中没有任何失败 - (尝试过的 Jobscheduler 最小限制是 15 分钟并且不可靠)

转载 作者:太空狗 更新时间:2023-10-29 13:48:28 24 4
gpt4 key购买 nike

如何准确无误地每 5 分钟运行一次服务(以执行某些任务)。我有一个使用 Alarmmanager 满足上述要求的工作代码,但由于我试图以 Android 8(Oreo) 为目标,所以它失败了。

  • 是否有可能实现我的以奥利奥为目标的用例?

最佳答案

Android 中有很多东西放在一起时,它们不会按预期工作。您面临的问题已通过新的 WorkManager API 得到解决。来自官方文档:

WorkManager chooses the appropriate way to run your task based on such factors as the device API level and the app state. If WorkManager executes one of your tasks while the app is running, WorkManager can run your task in a new thread in your app's process. If your app is not running, WorkManager chooses an appropriate way to schedule a background task--depending on the device API level and included dependencies, WorkManager might use JobScheduler, Firebase JobDispatcher, or AlarmManager.

因此 WorkManager 将根据各种因素来处理要运行的内容,并使一切变得更加简单和清晰。

对于您的场景,您可以使用重复任务:

https://developer.android.com/topic/libraries/architecture/workmanager#recurring

关于android - 如何每 5 分钟启动一次调度程序,在 Android 8(Oreo)中没有任何失败 - (尝试过的 Jobscheduler 最小限制是 15 分钟并且不可靠),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50446401/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com