Share via


CarrierConfigManager.KeyCarrierSupportsSsOverUtBool Field

Definition

Flag indicating whether or not the carrier supports Supplementary Services over the UT interface for this subscription.

[Android.Runtime.Register("KEY_CARRIER_SUPPORTS_SS_OVER_UT_BOOL", ApiSince=29)]
public const string KeyCarrierSupportsSsOverUtBool;
[<Android.Runtime.Register("KEY_CARRIER_SUPPORTS_SS_OVER_UT_BOOL", ApiSince=29)>]
val mutable KeyCarrierSupportsSsOverUtBool : string

Field Value

Attributes

Remarks

Flag indicating whether or not the carrier supports Supplementary Services over the UT interface for this subscription.

If true, the device will use Supplementary Services over UT when provisioned (see #KEY_CARRIER_UT_PROVISIONING_REQUIRED_BOOL). If false, this device will fallback to circuit switch for supplementary services and will disable this capability for IMS entirely.

The default value for this key is false.

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