getCallIntent

open fun getCallIntent(phoneNumber: String): Intent

Return the intent of call.

Must hold {@code }

Return

the intent of call

Parameters

phoneNumber

The phone number.

open fun getCallIntent(phoneNumber: String, isNewTask: Boolean): Intent

Return the intent of call.

Must hold {@code }

Return

the intent of call

Parameters

phoneNumber

The phone number.

isNewTask

True to add flag of new task, false otherwise.