getShareTextIntent

open fun getShareTextIntent(content: String): Intent

Return the intent of share text.

Return

the intent of share text

Parameters

content

The content.

open fun getShareTextIntent(content: String, isNewTask: Boolean): Intent

Return the intent of share text.

Return

the intent of share text

Parameters

content

The content.

isNewTask

True to add flag of new task, false otherwise.