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