Untitled

Anonymous
plain_text
10/10/2023 10:13 PM
232 B
14
Indexable
Intent(Intent.ACTION_VIEW).apply {
        data = "https://api.whatsapp.com/".plus("send?phone=WhatsAppNumberHere?text=MessageHere").toUri()
        startActivity(this)
    }
Editor is loading...