jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
250 stars 83 forks source link

Update Controls.java #444

Closed neurocluster closed 2 years ago

neurocluster commented 2 years ago

Function jSend_Email fails to pass TO, CC, BCC email addresses, because email addresses must be provided as String array. This bug was fixed. The source:

https://stackoverflow.com/questions/3470042/intent-uri-to-launch-gmail-app intent.putExtra(Intent.EXTRA_EMAIL, new String[] { "test@gmail.com" });