-
Notifications
You must be signed in to change notification settings - Fork 4
Sms Intent
Roman Tcaregorodtcev edited this page Mar 30, 2018
·
1 revision
Activity Action: Send a message to someone specified by the data.
OmegaIntentBuilder.from(this)
.sms("88000000008", "88888888888")
.message("Great library")
.createIntentHandler()
.startActivity();