CarrierConfigManager.KeyDisplayCallStrengthIndicatorBool 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.
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.
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.