Commit 7344bff6 authored by fuyanbin's avatar fuyanbin
Browse files

删除测试用的wake_lock.sh

parent 81e80301
Pipeline #50734 passed with stages
in 8 seconds
#!/system/bin/sh
while :;
do
if [ "$(cat /sys/power/wake_lock)" != "1" ]
then
echo -n 1 >/sys/power/wake_lock
fi
sleep 10
done
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment