CarrierConfigManager.ImsSs.KeyTerminalBasedCallWaitingDefaultEnabledBool 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.
Flag indicating whether the user setting for terminal-based call waiting is enabled by default or not.
[Android.Runtime.Register("KEY_TERMINAL_BASED_CALL_WAITING_DEFAULT_ENABLED_BOOL", ApiSince=34)]
public const string KeyTerminalBasedCallWaitingDefaultEnabledBool;
[<Android.Runtime.Register("KEY_TERMINAL_BASED_CALL_WAITING_DEFAULT_ENABLED_BOOL", ApiSince=34)>]
val mutable KeyTerminalBasedCallWaitingDefaultEnabledBool : string
Field Value
- Attributes
Remarks
Flag indicating whether the user setting for terminal-based call waiting is enabled by default or not. This configuration is valid only when #KEY_UT_TERMINAL_BASED_SERVICES_INT_ARRAY
includes #SUPPLEMENTARY_SERVICE_CW
.
The default value for this key is true
.
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.