次の方法で共有


CarrierConfigManager.KeyAllowEmergencyNumbersInCallLogBool Field

Definition

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.)

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