Back

StartApp

Hello World

Starts an app in a new window.

app.StartApp( file, options, intent )

Note: This function does only work in APKs because in the IDE your app is already running.

See Also: StopApp

Example - Example

function OnStart()
{
    app.StartApp( "/sdcard/DroidScript/Hello World/Hello World.js" );
}
    Copy     Copy All       Run      
string: path to file or folder ( “/absolute/...” or “relative/...” )
string: comma “,” separated: “Portrait” or “Landscape”, “Transparent”, “NoDom”, Debug, Game or “remote”
string: “{ action, type, data, extras }”