๐ APP Launch Tools
Utilities to launch apps.
apk_launchโ
Launches an activity of a pre-installed APK.
| Argument | Description |
|---|---|
APK/PKG | APK file or package |
ACT | Activity 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"