ACTION_DIAL constant

String const ACTION_DIAL

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 {@link #getData} is URI of a phone number to be dialed or a tel: URI of an explicit phone number.

Output: nothing.

Implementation

static const String ACTION_DIAL = "android.intent.action.DIAL";