TelecomManager.ActionIncomingCall Field

Definition

Activity action: Starts the UI for handing an incoming call.

[Android.Runtime.Register("ACTION_INCOMING_CALL", ApiSince=23)]
public const string ActionIncomingCall;
[<Android.Runtime.Register("ACTION_INCOMING_CALL", ApiSince=23)>]
val mutable ActionIncomingCall : string

Field Value

Attributes

Remarks

Activity action: Starts the UI for handing an incoming call. This intent starts the in-call UI by notifying the Telecom system that an incoming call exists for a specific call service (see android.telecom.ConnectionService). Telecom reads the Intent extras to find and bind to the appropriate android.telecom.ConnectionService which Telecom will ultimately use to control and get information about the call.

Input: get*Extra field #EXTRA_PHONE_ACCOUNT_HANDLE contains the component name of the android.telecom.ConnectionService that Telecom should bind to. Telecom will then ask the connection service for more information about the call prior to showing any UI.

This member is deprecated. Use #addNewIncomingCall instead.

Java documentation for android.telecom.TelecomManager.ACTION_INCOMING_CALL.

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