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