提交 cd378a3b 编写于 作者: X xinking129

changeJson

Signed-off-by: Nxinking129 <xinxin13@huawei.com>
上级 8ad81948
...@@ -22,8 +22,16 @@ ...@@ -22,8 +22,16 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"param set persist.sys.suspend_manager_enabled false",
"reboot",
"power-shell wakeup", "power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602" "power-shell setmode 602"
],
"teardown-command": [
"param set persist.sys.suspend_manager_enabled true",
"power-shell setmode 601",
"reboot"
] ]
} }
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册