Android.Content.Intent.ActionDial Field
Activity Action: Dial a number as specified by the data.

Syntax

[Android.Runtime.Register("ACTION_DIAL")]
public const string ActionDial

Remarks

Activity Action: Dial a number as specified by the data. This shows a UI with the number being dialed, allowing the user to explicitly initiate the call.

Input: If nothing, an empty dialer is started; else Intent.Data is URI of a phone number to be dialed or a tel: URI of an explicit phone number.

Output: nothing.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1