This site permanently moved to
https://droidscript.github.io
. Please update links accordingly.
You are being forwarded automatically in 3...
[stay here]
Back
PreventWifiSleep
JS
Py
Hello World
Prevent the device WiFi from powering down.
app.PreventWifiSleep()
See Also:
SetWifiEnabled
,
IsWifiEnabled
Example - Example
click to expand contents
function
OnStart
(
)
{
app
.
PreventWifiSleep
(
)
;
}
from
native
import
app
def
OnStart
(
)
:
app
.
PreventWifiSleep
(
)
Copy
Copy All
Run
loading