ACTION_CALL_PRIVILEGED constant

String const ACTION_CALL_PRIVILEGED

Activity action: Perform a call to any number (emergency or not) specified by the data.

Input: {@link #getData} is URI of a phone number to be dialed or a tel: URI of an explicit phone number.

Output: nothing. @hide

Implementation

static const String ACTION_CALL_PRIVILEGED =
    "android.intent.action.CALL_PRIVILEGED";