gpt4 book ai didi

android - 当设备进入休眠状态时服务会发生什么

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

我正在为 android marshmallow 开发一个服务,它打算长期运行。我的问题是"

当设备进入深度 sleep 时,我的服务会发生什么情况?

有什么方法可以控制当系统暂停服务进入休眠时会发生什么(比如activity的onPause()方法)?

我在 Google 上搜索的答案没有成功,但如果我的问题已经得到解答,我真的很抱歉浪费你的时间,如果你能指出我正确的答案,我将不胜感激。

谢谢

最佳答案

What will happen to my service when the device goes into deep sleep?

如果您的服务正在运行,设备将不会进入深度 sleep 。 Deep sleep only happens if the CPU has literally nothing to do ,如果您的服务正在执行操作,则情况并非如此。

Is there any way to control what happens when the system pauses the service to go to sleep

我不完全理解这个问题。服务不会休眠。它要么正在运行,要么没有。您可以控制生命周期(操作系统在需要释放内存时终止服务进程除外)。

关于android - 当设备进入休眠状态时服务会发生什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40259044/

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