Language

TelecomManager.ActionConfigureCallLogIntegration Field

Definition

Activity Action: Show the settings for configuring call log integration.

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

Field Value

Attributes

Remarks

Activity Action: Show the settings for configuring call log integration.

This activity allows the user to view and turn off/on the system call logs for available VoIP applications that have integrated with the system's call log.

This activity must be present on a device that supports call log integration.

Android reference for android.telecom.TelecomManager.ACTION_CONFIGURE_CALL_LOG_INTEGRATION.

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