katzer / cordova-plugin-email-composer

Edit and send email messages
Apache License 2.0
344 stars 333 forks source link

Android 11 support #368

Closed ebhsgit closed 2 years ago

ebhsgit commented 2 years ago

Fixes #361

Android 11 restricts package visibility which causes the code to return 0 email clients.

https://developer.android.com/training/package-visibility/declaring#intent-filter-signature

This PR declares query for SENDTO action, to enable the ability to query for apps that register the SENDTO action

jfoclpf commented 2 years ago

@ebhsgit considering this repo is dead, how did you implement this PR? Did you fork it?

jfoclpf commented 2 years ago

@ebhsgit are you using this branch from your forked repo?

jfoclpf commented 2 years ago

@ebhsgit and @katzer

I confirm that this PR does work in Android 11 (just tested now with Android 11 and Xiaomi Redmi Note 8)

@katzer please, please, please just simply accept this PR. It takes 1 minute and 1 click!

katzer commented 2 years ago

thanks

ahmad-alk commented 2 years ago

I'm still facing the issue! I don't think the PR solved it.