CarrierConfigManager.KeyShowOnscreenDialButtonBool Field

Definition

If true, show an onscreen "Dial" button in the dialer.

[Android.Runtime.Register("KEY_SHOW_ONSCREEN_DIAL_BUTTON_BOOL", ApiSince=23)]
public const string KeyShowOnscreenDialButtonBool;
[<Android.Runtime.Register("KEY_SHOW_ONSCREEN_DIAL_BUTTON_BOOL", ApiSince=23)>]
val mutable KeyShowOnscreenDialButtonBool : string

Field Value

Attributes

Remarks

If true, show an onscreen "Dial" button in the dialer. In practice this is used on all platforms, even the ones with hard SEND/END keys, but for maximum flexibility it's controlled by a flag here (which can be overridden on a per-product basis.)

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