CarrierConfigManager.KeyTtySupportedBool 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.
Boolean flag indicating whether the carrier supports TTY.
[Android.Runtime.Register("KEY_TTY_SUPPORTED_BOOL", ApiSince=29)]
public const string KeyTtySupportedBool;
[<Android.Runtime.Register("KEY_TTY_SUPPORTED_BOOL", ApiSince=29)>]
val mutable KeyTtySupportedBool : string
Field Value
- Attributes
Remarks
Boolean flag indicating whether the carrier supports TTY.
Note that #KEY_CARRIER_VOLTE_TTY_SUPPORTED_BOOL
controls availability of TTY over VoLTE; if this carrier configuration is disabled, then #KEY_CARRIER_VOLTE_TTY_SUPPORTED_BOOL
is also implicitly disabled.
TelecomManager#isTtySupported()
should be used to determine if a device supports TTY, and this carrier config key should be used to see if the current carrier supports it.
Java documentation for android.telephony.CarrierConfigManager.KEY_TTY_SUPPORTED_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.