Share via


CarrierConfigManager.KeyCarrierWfcSupportsWifiOnlyBool Field

Definition

Flag specifying whether WFC over IMS supports the "wifi only" option.

[Android.Runtime.Register("KEY_CARRIER_WFC_SUPPORTS_WIFI_ONLY_BOOL", ApiSince=24)]
public const string KeyCarrierWfcSupportsWifiOnlyBool;
[<Android.Runtime.Register("KEY_CARRIER_WFC_SUPPORTS_WIFI_ONLY_BOOL", ApiSince=24)>]
val mutable KeyCarrierWfcSupportsWifiOnlyBool : string

Field Value

Attributes

Remarks

Flag specifying whether WFC over IMS supports the "wifi only" option. If false, the wifi calling settings will not include an option for "wifi only". If true, the wifi calling settings will include an option for "wifi only"

By default, it is assumed that WFC supports "wifi only".

Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_WFC_SUPPORTS_WIFI_ONLY_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