getCaptureIntent

open fun getCaptureIntent(outUri: Uri): Intent

Return the intent of capture.

Return

the intent of capture

Parameters

outUri

The uri of output.

open fun getCaptureIntent(outUri: Uri, isNewTask: Boolean): Intent

Return the intent of capture.

Return

the intent of capture

Parameters

outUri

The uri of output.

isNewTask

True to add flag of new task, false otherwise.