Share via


CarrierConfigManager.KeyEmergencyNotificationDelayInt Field

Definition

Time delay (in ms) after which we show the notification for emergency calls, while the device is registered over WFC.

[Android.Runtime.Register("KEY_EMERGENCY_NOTIFICATION_DELAY_INT", ApiSince=30)]
public const string KeyEmergencyNotificationDelayInt;
[<Android.Runtime.Register("KEY_EMERGENCY_NOTIFICATION_DELAY_INT", ApiSince=30)>]
val mutable KeyEmergencyNotificationDelayInt : string

Field Value

Attributes

Remarks

Time delay (in ms) after which we show the notification for emergency calls, while the device is registered over WFC. Default value is -1, which indicates that this notification is not pertinent for a particular carrier. We've added a delay to prevent false positives.

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