Kaynağa Gözat

Feature: wake up before execution

wudi 3 yıl önce
ebeveyn
işleme
6f44a4bf5b
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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"