Hello,
by click is possible send email from internal app:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "mailto: helloman@gmail.com")
StartActivity(i)
but is it possible also fill in the object with "Infomation about app" for example?
by click is possible send email from internal app:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "mailto: helloman@gmail.com")
StartActivity(i)
but is it possible also fill in the object with "Infomation about app" for example?