What is the difference between ACTION_CALL and ACTION_CALL_PRIVILEGED?
21:07 04 Apr 2012

What is difference between these two kinds of intent?

@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)

public static final String ACTION_CALL = "android.intent.action.CALL";

public static final String ACTION_CALL_PRIVILEGED = "android.intent.action.CALL_PRIVILEGED";
android call