Back

SetAutoBoot

Hello World

Causes the current running APK to be started automatically when your device boots.

app.SetAutoBoot( auto )

Example - Set Auto Boot

function OnStart()
{
    app.SetAutoBoot( true );
    app.ShowPopup( "You may reboot your phone now." );
}
Copy All       Run      
boolean