In my old app i have use this method for send a email
now i'm seeing that is show the shared menu with all applications as whatapp, bluetooth, drive and gmail.
is it possible open a new email as i saw before?
i have already see alternative method suggested from Erel
Thanks
B4X:
Dim Message As Email
Dim MyPhone As Phone
Message.To.Add("help@domain.com")
Message.Subject = "Help"
StartActivity(Message.GetIntent)
now i'm seeing that is show the shared menu with all applications as whatapp, bluetooth, drive and gmail.
is it possible open a new email as i saw before?
i have already see alternative method suggested from Erel
Thanks