CarrierConfigManager.KeyDurationBlockingDisabledAfterEmergencyInt Field

Definition

The duration in seconds that platform call and message blocking is disabled after the user contacts emergency services.

[Android.Runtime.Register("KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT", ApiSince=24)]
public const string KeyDurationBlockingDisabledAfterEmergencyInt;
[<Android.Runtime.Register("KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT", ApiSince=24)>]
val mutable KeyDurationBlockingDisabledAfterEmergencyInt : string

Field Value

Attributes

Remarks

The duration in seconds that platform call and message blocking is disabled after the user contacts emergency services. Platform considers values for below cases: 1) 0 <= VALUE <= 604800(one week): the value will be used as the duration directly. 2) VALUE > 604800(one week): will use the default value as duration instead. 3) VALUE < 0: block will be disabled forever until user re-enable block manually, the suggested value to disable forever is -1. See android.provider.BlockedNumberContract#notifyEmergencyContact(Context) See android.provider.BlockedNumberContract#isBlocked(Context, String).

Java documentation for android.telephony.CarrierConfigManager.KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT.

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