This site permanently moved to
https://droidscript.github.io
. Please update links accordingly.
You are being forwarded automatically in 3...
[stay here]
Back
InstallApp
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
)
loading