Language

TelecomManager.ActionVoipCallLogPreference Field

Definition

Broadcast intent action indicating that the call log preference is updated by the user.

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

Field Value

Attributes

Remarks

Broadcast intent action indicating that the call log preference is updated by the user.

The intent is sent to VoIP applications whose preferences have been affected by the user's choice. Upon receiving this broadcast, the application may re-evaluate its behavior regarding call log entries.

To receive this broadcast, applications must declare a receiver in their manifest file with an intent filter for this action.

Android reference for android.telecom.TelecomManager.ACTION_VOIP_CALL_LOG_PREFERENCE.

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