Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在LinuxorAndroid里面/sys/power/wake_lock有这样一个文件,如果我发现系统没有进入睡眠,可以使用echoXXX > /sys/power/wake_lock解锁,让系统进入睡眠。
Linux
Android
/sys/power/wake_lock
XXX > /sys/power/wake_lock
这会影响系统吗?