EddyVerbruggen / nativescript-email

:envelope: NativeScript plugin for opening draft e-mails
MIT License
47 stars 15 forks source link

More restrictive emailapp filtering #21

Closed EddyVerbruggen closed 7 years ago

EddyVerbruggen commented 7 years ago

Android shows non-email apps when sharing. We can be more restrictive by adding mail.setData(android.net.Uri.parse("mailto:")) to the intent.

Only applies when no attachments are shared.

EddyVerbruggen commented 7 years ago

Code was checked as part of #17.