- #!/data/data/com.termux/files/usr/bin/bash
- echo "Start activity..."
- 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"
- sleep 35
- echo "Stop activities..."
- am force-stop com.tencent.mm
|