Share via


CarrierConfigManager.KeyIgnoreRttModeSettingBool Field

Definition

When true, the phone will always tell the IMS stack to keep RTT enabled and determine on a per-call basis (based on extras from the dialer app) whether a call should be an RTT call or not.

[Android.Runtime.Register("KEY_IGNORE_RTT_MODE_SETTING_BOOL", ApiSince=30)]
public const string KeyIgnoreRttModeSettingBool;
[<Android.Runtime.Register("KEY_IGNORE_RTT_MODE_SETTING_BOOL", ApiSince=30)>]
val mutable KeyIgnoreRttModeSettingBool : string

Field Value

Attributes

Remarks

When true, the phone will always tell the IMS stack to keep RTT enabled and determine on a per-call basis (based on extras from the dialer app) whether a call should be an RTT call or not.

When false, the old behavior is used, where the toggle in accessibility settings is used to set the IMS stack's RTT enabled state.

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