Back

SetAutoWifi

Hello World

Automatically enables the use of the WiFi editor.

app.SetAutoWifi( auto )

This method is mainly useful for headless devices like AndroidTV which don't have a DroidScript UI.

Example - Auto Enable WiFi

function OnStart()
{
    app.SetAutoWifi( true );
}
Copy All       Run      
boolean