Intent.ActionAnswer Field

Definition

Activity Action: Handle an incoming phone call.

[Android.Runtime.Register("ACTION_ANSWER")]
public const string ActionAnswer;
[<Android.Runtime.Register("ACTION_ANSWER")>]
val mutable ActionAnswer : string

Field Value

Implements

Attributes

Remarks

Activity Action: Handle an incoming phone call.

Input: nothing.

Output: nothing.

Java documentation for android.content.Intent.ACTION_ANSWER.

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