Skip to main content

๐Ÿš€ APP Launch Tools

Utilities to launch apps.


apk_launchโ€‹

Launches an activity of a pre-installed APK.

ArgumentDescription
APK/PKGAPK file or package
ACTActivity to launch (optional)
apk_launch "/system/app/Example.apk"
apk_launch "/system/app/Example.apk" "com.app.main"
apk_launch "com.android.systemui" "com.android.systemui.DessertCase"