次の方法で共有


CarrierConfigManager.Ims.KeyMmtelRequiresProvisioningBundle Field

Definition

A bundle which specifies the MMTEL capability and registration technology that requires provisioning.

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

Field Value

Attributes

Remarks

A bundle which specifies the MMTEL capability and registration technology that requires provisioning. If a tuple is not present, the framework will not require that the tuple requires provisioning before enabling the capability.

Possible keys in this bundle are <ul> <li>#KEY_CAPABILITY_TYPE_VOICE_INT_ARRAY</li> <li>#KEY_CAPABILITY_TYPE_VIDEO_INT_ARRAY</li> <li>#KEY_CAPABILITY_TYPE_UT_INT_ARRAY</li> <li>#KEY_CAPABILITY_TYPE_SMS_INT_ARRAY</li> <li>#KEY_CAPABILITY_TYPE_CALL_COMPOSER_INT_ARRAY</li> </ul>

The values are defined in ImsRegistrationImplBase.ImsRegistrationTech

changing mmtel_requires_provisioning_bundle requires changes to carrier_volte_provisioning_required_bool and vice versa Ims#KEY_CARRIER_VOLTE_PROVISIONING_REQUIRED_BOOL

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

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