Back
InstallApp
JS
Py
Hello World
Starts the installation process of an apk file from your local drive.
app.InstallApp(
apkFile
,
callback?
,
options?
) →
Boolean
String
String:
path to file (
“/absolute/...”
or
“relative/...”
)
function
(
packageName
,
status
)