get Send Sms Intent
Return the intent of send SMS.
Return
the intent of send SMS
Parameters
phoneNumber
The phone number.
content
The content of SMS.
open fun getSendSmsIntent(phoneNumber: String, content: String, isNewTask: Boolean): Intent
Content copied to clipboard
Return the intent of send SMS.
Return
the intent of send SMS
Parameters
phoneNumber
The phone number.
content
The content of SMS.
isNewTask
True to add flag of new task, false otherwise.