CarrierConfigManager.KeyUseIpForCallingIndicatorBool Field

Definition

Determines whether or not to use (IP) data connectivity as a supplemental condition to control the visibility of the no-calling indicator for this carrier in the System UI.

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

Field Value

Attributes

Remarks

Determines whether or not to use (IP) data connectivity as a supplemental condition to control the visibility of the no-calling indicator for this carrier in the System UI. Setting the configuration to true may make sense for carriers that provide OTT calling.

Config = true: show no-calling indication only if telephony does not have voice registration and if no (IP) data connectivity is available. Config = false: show no-calling indication only if telephony does not have voice registration.

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