android idle模式

为什么80%的码农都做不了架构师?>>>   hot3.png

//强制进入idle模式
adb shell dumpsys deviceidle force-idle

//退出idle模式
adb shell dumpsys deviceidle unforce

白名单配置

Users can manually configure the whitelist in Settings > Battery > Battery Optimization. Alternatively, the system provides ways for apps to ask users to whitelist them.

https://developer.android.google.cn/training/monitoring-device-state/doze-standby.html

转载于:https://my.oschina.net/zdglf/blog/1596736

你可能感兴趣的:(android idle模式)