android – 打盹模式和前台服务

前端之家收集整理的这篇文章主要介绍了android – 打盹模式和前台服务前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在M Preview设备上检查我的应用程序的行为,似乎它的前台(主动通知)服务播放音乐不受Doze模式的影响.
但是阅读文档似乎前台服务只能从AppStandby中获得.

什么是真正的规则?

解决方法

this post年9月17日的评论中,Dianne Hackborn写道:

Apps that have been running foreground services (with the associated notification) are not restricted by doze.

是的,你的发现似乎是预期的行为.

原文链接:https://www.f2er.com/android/312211.html

猜你在找的Android相关文章