Browse Source

Feature: wake up before execution

wudi 3 năm trước cách đây
mục cha
commit
6f44a4bf5b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"