欢迎光临散文网 会员登陆 & 注册

使android安卓系统中的进程保持Stopped-"T"状态

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\");"

    ]

  }

]




使android安卓系统中的进程保持Stopped-"T"状态的评论 (共 条)

分享到微博请遵守国家法律