What is the difference between "ACTION_CALL" and ACTION_CALL_PRIVILEGED '

as a title, I don't know what is the difference in the two types of intents.

does anyone know these intentions for sure?

@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";

      

+3


source to share





All Articles