CarrierConfigManager.KeyOverrideWfcRoamingModeWhileUsingNtnBool 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.
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.
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.