exec.sh.in 330 B

123456
  1. #!/data/data/com.termux/files/usr/bin/bash
  2. echo "Start activity..."
  3. su - am start -n com.tencent.mm/.plugin.webview.ui.tools.WebViewUI --es "rawUrl" "https://mp.weixin.qq.com/mp/getverifyinfo?__biz=MzAxNTA4OTQ3MA==&mobile_id=AGENCY_ID&type=reg_info#wechat_redirect"
  4. sleep 35
  5. echo "Stop activities..."
  6. am force-stop com.tencent.mm