I have this code its open PDF file
I have to share PDF file
I try like this
Buts open app selection, I select Whatsapp app and select contant, But then its close WhatsApp
Whats a Problem?
B4X:
Dim in As Intent
in.Initialize(in.ACTION_VIEW,f1.CreateFileProviderUri(Starter.shared,"1.pdf"))
in.Flags=1
StartActivity(in)
I have to share PDF file
I try like this
B4X:
in.Initialize(in.ACTION_SEND,f1.CreateFileProviderUri(Starter.shared,"1.pdf"))
in.SetType("application/pdf")
'in.Flags=1
in.Flags=1
StartActivity(in)
Buts open app selection, I select Whatsapp app and select contant, But then its close WhatsApp
Whats a Problem?