Network.SetAirplaneMode
Method | |
---|---|
Module | Network |
Library | Core |
Action | Turn airplane mode, also known as flight mode, on or off. |
Parameters |
|
Return values |
|
Example | Network.SetAirplaneMode(Setting:"on"); Network.SetAirplaneMode(Setting:"off"); |
Platforms |
|
Notes | This is the SCALE method of controlling airplane mode on Android, since Android have deprecated programming airplane mode by a non-system app. See Network.SetWiFiMode and Network.SetBlueToothMode for details on turning those features on or off separately. |