Ver Fonte

Feature: wake up before execution

wudi há 3 anos atrás
pai
commit
6f44a4bf5b
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      exec.sh.in

+ 2 - 0
exec.sh.in

@@ -1,4 +1,6 @@
 #!/data/data/com.termux/files/usr/bin/bash
+input keyevent KEYCODE_HOME
+sleep 1
 echo "Start activity..."
 am start -S -n com.tencent.mm/.plugin.webview.ui.tools.WebViewUI --es "rawUrl" "https://mp.weixin.qq.com/mp/getverifyinfo?__biz=MzAxNTA4OTQ3MA==&type=reg_info#wechat_redirect"
 echo "Done"