CarrierConfigManager.Ims.KeyImsPdnEnabledInNoVopsSupportIntArray Field

Definition

This config determines whether IMS PDN needs to be enabled when VOPS support is not available in both home and roaming scenarios.

[Android.Runtime.Register("KEY_IMS_PDN_ENABLED_IN_NO_VOPS_SUPPORT_INT_ARRAY", ApiSince=33)]
public const string KeyImsPdnEnabledInNoVopsSupportIntArray;
[<Android.Runtime.Register("KEY_IMS_PDN_ENABLED_IN_NO_VOPS_SUPPORT_INT_ARRAY", ApiSince=33)>]
val mutable KeyImsPdnEnabledInNoVopsSupportIntArray : string

Field Value

Attributes

Remarks

This config determines whether IMS PDN needs to be enabled when VOPS support is not available in both home and roaming scenarios.

This is applicable before IMS PDN is up, to decide whether IMS PDN needs to be enabled based on VOPS support in home/roaming.

Possible values are, #NETWORK_TYPE_HOME, #NETWORK_TYPE_ROAMING An empty array indicates IMS PDN depends on VOPS on both home and roaming scenarios.

Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_IMS_PDN_ENABLED_IN_NO_VOPS_SUPPORT_INT_ARRAY.

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