bool runAppByLabel(string label)

Runs an application by the label name as seen in the Android app listing of your tablet.

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.

Parameters

Name Description
label The display name of the application to run (ex. "Calculator").

Return

True if successful, false otherwise