CarrierConfigManager.Ims.KeyImsSingleRegistrationRequiredBool Field

Definition

A boolean flag specifying whether or not this carrier requires one IMS registration for all IMS services (MMTEL and RCS).

[Android.Runtime.Register("KEY_IMS_SINGLE_REGISTRATION_REQUIRED_BOOL", ApiSince=31)]
public const string KeyImsSingleRegistrationRequiredBool;
[<Android.Runtime.Register("KEY_IMS_SINGLE_REGISTRATION_REQUIRED_BOOL", ApiSince=31)>]
val mutable KeyImsSingleRegistrationRequiredBool : string

Field Value

Attributes

Remarks

A boolean flag specifying whether or not this carrier requires one IMS registration for all IMS services (MMTEL and RCS).

If set to true, the IMS Service must use one IMS registration for all IMS services. If set to false, IMS services may use separate IMS registrations for MMTEL and RCS.

The default value for this configuration is false.

Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_IMS_SINGLE_REGISTRATION_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.

Applies to