Parcourir la source

Feature: wake up before execution

wudi il y a 3 ans
Parent
commit
6f44a4bf5b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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"