Language

CarrierConfigManager.KeyOverrideWfcRoamingModeWhileUsingNtnBool Field

Definition

Determine whether to override roaming Wi-Fi Calling preference when device is connected to non-terrestrial network.

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

Field Value

Attributes

Remarks

Determine whether to override roaming Wi-Fi Calling preference when device is connected to non-terrestrial network. true - roaming preference cannot be changed by user independently. Roaming preference is overridden to com.android.ims.ImsConfig.WfcModeFeatureValueConstants#WIFI_PREFERREDfalse - roaming preference can be changed by user independently and is not overridden when device is connected to non-terrestrial network.

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