hi,
I'm using this code to send WhatsApp messages
how can i add a file?
and - how do i send using WhatsApp bossiness instead ?
thanks
I'm using this code to send WhatsApp messages
B4X:
Intent1.Initialize(Intent1.ACTION_VIEW, $"https://api.whatsapp.com/send?phone=${EditTextNumber.Text}&text=${EditTextMessange.Text}"$)
Intent1.SetComponent("android/com.android.internal.app.ResolverActivity")
StartActivity(Intent1)
how can i add a file?
and - how do i send using WhatsApp bossiness instead ?
thanks