我按照此处描述的步骤操作:
https://developer.android.com/preview/testing/guide.html#doze-standby
情况:
Android 调试桥版本 1.0.32
Nexus 9 预览版 M
贝壳:
$ adb shell dumpsys battery unplug
=> 工作,设备已拔下
$ adb shell dumpsys deviceidle step
=> 输出:步进到:ACTIVE
$ adb shell dumpsys deviceidle -h
=> 不起作用 => 输出:
Device idle controller (deviceidle) dump options:
[-h] [CMD]
-h: print this help text.
Commands:
step
disable
enable
whitelist
我试过了:
adb shell dumpsys deviceidle enable
但它没有用。
所以我的问题,如上所述,如何在打盹模式下移动设备?我做错了什么?
编辑 - 2016 年 6 月:
新链接: https ://developer.android.com/training/monitoring-device-state/doze-standby.html