CarrierConfigManager.KeyEmergencyNumberPrefixStringArray Field

Definition

Indicates zero or more emergency number prefix(es), because some carrier requires if users dial an emergency number address with a specific prefix, the combination of the prefix and the address is also a valid emergency number to dial.

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

Field Value

Attributes

Remarks

Indicates zero or more emergency number prefix(es), because some carrier requires if users dial an emergency number address with a specific prefix, the combination of the prefix and the address is also a valid emergency number to dial. For example, an emergency number prefix is 318, and the emergency number is 911. Both 318911 and 911 can be dialed by users for emergency call. An empty array of string indicates that current carrier does not have this requirement.

Java documentation for android.telephony.CarrierConfigManager.KEY_EMERGENCY_NUMBER_PREFIX_STRING_ARRAY.

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