What is the difference between ACTION_CALL and ACTION_CALL_PRIVILEGED?
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";