Language

TelecomManager.ExtraVoipCallLogPreferenceStatus Field

Definition

Extra used with #ACTION_VOIP_CALL_LOG_PREFERENCE to specify the value of the VoIP call log preference for the app receiving the broadcast.

[Android.Runtime.Register("EXTRA_VOIP_CALL_LOG_PREFERENCE_STATUS", ApiSince=37)]
public const string ExtraVoipCallLogPreferenceStatus;
[<Android.Runtime.Register("EXTRA_VOIP_CALL_LOG_PREFERENCE_STATUS", ApiSince=37)>]
val mutable ExtraVoipCallLogPreferenceStatus : string

Field Value

Attributes

Remarks

Extra used with ACTION_VOIP_CALL_LOG_PREFERENCE to specify the value of the VoIP call log preference for the app receiving the broadcast.

This extra is required when using ACTION_VOIP_CALL_LOG_PREFERENCE to signal what the preference for an app was changed to.

Type: boolean

Applications that support the ACTION_VOIP_CALL_LOG_PREFERENCE will receive broadcast updates for their app when the VoIP call log preference changes. They can use this to determine if their VoIP call log will be logged to the system call log so that caching mechanisms to store call information can be conditionally enforced.

Android reference for android.telecom.TelecomManager.EXTRA_VOIP_CALL_LOG_PREFERENCE_STATUS.

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