使android安卓系統(tǒng)中的進(jìn)程保持Stopped-"T"狀態(tài)
2022-05-26 13:21 作者:bili_99987549666 | 我要投稿
[
? {
? ? "name": "暗度陳倉",
? ? "description": "暗度陳倉",
? ? "priority": 2,
? ? "condition": "screenOff == true",
? ? "actions": [
? ? ? "Thread.sleep(1000);",
? ? ? "sh.exe(\"T=$(ps -ef -o -S -o -PID|grep T|awk '{print $2}')\")",
? ? ? "sh.exe(\"kill -18 $T\")",
? ? ? "Thread.sleep(2000);",
? ? ? "sh.exe(\"kill -19 $T\");"
? ? ]
? }
]
[
? {
? ? "name": "暗度陳倉 柳暗花明",
? ? "description": "柳暗花明",
? ? "priority": 2,
? ? "condition": "screenOn == true",
? ? "actions": [
? ? ? "Thread.sleep(1000);",
? ? ? "sh.exe(\"T=$(ps -ef -o -S -o -PID|grep T|awk '{print $2}')\")",
? ? ? "sh.exe(\"kill -18 $T\")",
? ? ? "Thread.sleep(1000);",
? ? ? "sh.exe(\"kill -19 $T\");"
? ? ]
? }
]
標(biāo)簽: