Share via


CarrierConfigManager.KeyDisplayCallStrengthIndicatorBool Field

Definition

Determine whether or not to display a call strength indicator for this carrier in the System UI.

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

Field Value

Attributes

Remarks

Determine whether or not to display a call strength indicator for this carrier in the System UI. Disabling the indication may be reasonable if the carrier's calling is not integrated into the Android telephony stack (e.g. it is OTT).

true: Use telephony APIs to detect the current networking medium of calling and display a UI indication based on the current strength (e.g. signal level) of that medium. false: Do not display the call strength indicator.

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