#!/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"