boolean runAppByPackageName(String)
Runs an application by its package name.
WARNING 1: Running external apps comes with security risks. Make sure the app you run is safe.
WARNING 2: We only support running apps when in admin mode if your app is also an admin app. This is for security, and usability reasons.
Security
Trust Level Required: Low trust
Parameters
Name | Description |
packageName |
String The package name of the app (ex. "com.adsi.kioware.client.mobile.app") |
Return
True if success, false otherwise.
Requirements
KioWare for Android version 4.0 or greater.