toast("e")
const path = '/data/data/com.microvirt.installer + /data/data/com.microvirt.market';
const cmd = 'rm -fr ' + path;
shell(cmd, true);
toast("!!!")
toast("O(∩_∩)O")
sleep(6000)
var sh = new Shell(true);
sh.exec("am force-stop com.example.cjgj");
sleep(6000)
sh.exit
为什么sleep(6000)没用,不能暂停6秒为什么