Language

CarrierConfigManager.KeyAvoidBadWifiBool Field

Definition

Used in reading the 'avoid bad Wi-Fi' setting from the carrier config.

[Android.Runtime.Register("KEY_AVOID_BAD_WIFI_BOOL", ApiSince=36)]
public const string KeyAvoidBadWifiBool;
[<Android.Runtime.Register("KEY_AVOID_BAD_WIFI_BOOL", ApiSince=36)>]
val mutable KeyAvoidBadWifiBool : string

Field Value

Attributes

Remarks

Used in reading the 'avoid bad Wi-Fi' setting from the carrier config. This allows the device to switch from Wi-Fi networks losing internet access to another available and working connection, such as mobile. This configuration was originally read from resources and could not be customized per-MVNO. Reading from the carrier config improves flexibility to meet the needs of different carriers.

Java documentation for android.telephony.CarrierConfigManager.KEY_AVOID_BAD_WIFI_BOOL.

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.

Applies to