CarrierConfigManager.KeyShowAvoidBadWifiToggleBool 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.
Used to decide if the device's UI should present the "avoid bad Wi-Fi" from carrier config.
[Android.Runtime.Register("KEY_SHOW_AVOID_BAD_WIFI_TOGGLE_BOOL", ApiSince=36)]
public const string KeyShowAvoidBadWifiToggleBool;
[<Android.Runtime.Register("KEY_SHOW_AVOID_BAD_WIFI_TOGGLE_BOOL", ApiSince=36)>]
val mutable KeyShowAvoidBadWifiToggleBool : string
Field Value
- Attributes
Remarks
Used to decide if the device's UI should present the "avoid bad Wi-Fi" from carrier config. This method effectively enables or disables the display of the relevant setting toggle. This is only used if KEY_AVOID_BAD_WIFI_BOOL is true. When KEY_AVOID_BAD_WIFI_BOOL is false, the setting is always shown even if this is false.
Java documentation for android.telephony.CarrierConfigManager.KEY_SHOW_AVOID_BAD_WIFI_TOGGLE_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.