CarrierConfigManager.KeyAllowEmergencyNumbersInCallLogBool Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the current device should allow emergency numbers to be logged in the Call Log.
[Android.Runtime.Register("KEY_ALLOW_EMERGENCY_NUMBERS_IN_CALL_LOG_BOOL", ApiSince=23)]
public const string KeyAllowEmergencyNumbersInCallLogBool;
[<Android.Runtime.Register("KEY_ALLOW_EMERGENCY_NUMBERS_IN_CALL_LOG_BOOL", ApiSince=23)>]
val mutable KeyAllowEmergencyNumbersInCallLogBool : string
Field Value
- Attributes
Remarks
Determines if the current device should allow emergency numbers to be logged in the Call Log. (Some carriers require that emergency calls *not* be logged, presumably to avoid the risk of accidental redialing from the call log UI. This is a good idea, so the default here is false.)
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.