CarrierConfigManager.Ims.KeyImsPdnEnabledInNoVopsSupportIntArray 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.
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.
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.