Untitled
unknown
plain_text
2 years ago
174 B
8
Indexable
Intent(Intent.ACTION_VIEW).apply {
data = "https://api.whatsapp.com/".plus("send?phone=WhatsAppNumberHere?text=MessageHere").toUri()
startActivity(this)
}Editor is loading...