Closed EddyVerbruggen closed 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.
mail.setData(android.net.Uri.parse("mailto:"))
Only applies when no attachments are shared.
Code was checked as part of #17.
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.