Settings.Global.AirplaneModeRadios Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A comma separated list of radios that need to be disabled when airplane mode is on.
[Android.Runtime.Register("AIRPLANE_MODE_RADIOS")]
public const string AirplaneModeRadios;
[<Android.Runtime.Register("AIRPLANE_MODE_RADIOS")>]
val mutable AirplaneModeRadios : string
Field Value
- Attributes
Remarks
A comma separated list of radios that need to be disabled when airplane mode is on. This overrides WIFI_ON and BLUETOOTH_ON, if Wi-Fi and bluetooth are included in the comma separated list.
Java documentation for android.provider.Settings.Global.AIRPLANE_MODE_RADIOS
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.