We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3829c97 commit 6977a7cCopy full SHA for 6977a7c
1 file changed
module/action.sh
@@ -0,0 +1,11 @@
1
+#!/bin/sh
2
+
3
+if pm path io.github.a13e300.ksuwebui >/dev/null 2>&1; then
4
+ echo "- Launching WebUI in KSUWebUIStandalone..."
5
+ am start -n "io.github.a13e300.ksuwebui/.WebUIActivity" -e id "KPatch-Next"
6
+ echo "- WebUI launched successfully."
7
+else
8
+ echo "! No WebUI app found"
9
+ sleep 2
10
+ am start -a android.intent.action.VIEW -d "https://github.com/KOWX712/KsuWebUIStandalone/releases"
11
+fi
0 commit comments