TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How doze mode of Android works behind the scene

1 点作者 sanroot99超过 2 年前
I want to know ,what set of kernel , userspace tools and os specific features it uses ,to implement doze mode . Also do these features can be migrated to linux distro ?

2 条评论

MishaalRahman超过 2 年前
This document might help: <a href="https:&#x2F;&#x2F;source.android.com&#x2F;docs&#x2F;core&#x2F;power&#x2F;platform_mgmt" rel="nofollow">https:&#x2F;&#x2F;source.android.com&#x2F;docs&#x2F;core&#x2F;power&#x2F;platform_mgmt</a>
navjack27超过 2 年前
All I know is that every time I reboot my phone I go into adb and enter dumpsys deviceidle disable to make it not doze because doze is bad and basically makes you miss every notification on random whims.