Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
174 B
0
Indexable
Intent(Intent.ACTION_VIEW).apply {
        data = "https://api.whatsapp.com/".plus("send?phone=WhatsAppNumberHere?text=MessageHere").toUri()
        startActivity(this)
    }