Hello,
i have this code to share a file:
How can i add a text description?
I mean for example if i share a image with whatsapp then i want to add a standard text
i have this code to share a file:
B4X:
Dim in As Intent
in.Initialize(in.ACTION_SEND, "")
in.SetType("text/plain") 'it is not related to the file itself.
in.PutExtra("android.intent.extra.STREAM", Main.fun.CreateFileProviderUri(Starter.shared, "share.jpeg"))
in.WrapAsIntentChooser("Sharing")
in.Flags = 1
StartActivity(in)
How can i add a text description?
I mean for example if i share a image with whatsapp then i want to add a standard text