Share via


CarrierConfigManager.KeyShowCallBlockingDisabledNotificationAlwaysBool Field

Definition

Flag specifying whether to show notification(call blocking disabled) when Enhanced Call Blocking(KEY_SUPPORT_ENHANCED_CALL_BLOCKING_BOOL) is enabled and making emergency call.

[Android.Runtime.Register("KEY_SHOW_CALL_BLOCKING_DISABLED_NOTIFICATION_ALWAYS_BOOL", ApiSince=29)]
public const string KeyShowCallBlockingDisabledNotificationAlwaysBool;
[<Android.Runtime.Register("KEY_SHOW_CALL_BLOCKING_DISABLED_NOTIFICATION_ALWAYS_BOOL", ApiSince=29)>]
val mutable KeyShowCallBlockingDisabledNotificationAlwaysBool : string

Field Value

Attributes

Remarks

Flag specifying whether to show notification(call blocking disabled) when Enhanced Call Blocking(KEY_SUPPORT_ENHANCED_CALL_BLOCKING_BOOL) is enabled and making emergency call. When true, notification is shown always. When false, notification is shown only when any setting of "Enhanced Blocked number" is enabled.

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