We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Thank you for your awesome library!
I found that sending email feedback always fail due to Android 11 restriction illustrated in below link:
Package visibility in Android 11
To resolve this issue, we have to add query to mainfaist file like this:
<queries> <!-- Sending Emails --> <intent> <action android:name="android.intent.action.SENDTO" /> <data android:scheme="mailto" /> </intent> </queries>
Thank you
The text was updated successfully, but these errors were encountered:
Hi @ay1man4,
thank you for opening this issue. I will fix it with the next release which is planned for the end of this week 🙂
Sorry, something went wrong.
No branches or pull requests
Hello,
Thank you for your awesome library!
I found that sending email feedback always fail due to Android 11 restriction illustrated in below link:
Package visibility in Android 11
To resolve this issue, we have to add query to mainfaist file like this:
Thank you
The text was updated successfully, but these errors were encountered: