Hello,
I am trying to share a text from my app to another installed apps [Watsapp, SMS, telegram etc].
But I am not able to share the text to the above mentioned application.
I ma getting error as below :
"
Please advice
Thanks
I am trying to share a text from my app to another installed apps [Watsapp, SMS, telegram etc].
But I am not able to share the text to the above mentioned application.
I ma getting error as below :
"
I am sharing my below code :Can't send empty message
B4X:
Dim intent As Intent
intent.Initialize(intent.ACTION_SEND,"")
intent.PutExtra("text","hello, kattah!" )
intent.SetType("text/plain")
StartActivity(intent)
Please advice
Thanks