Skip to content
New issue

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

Failed to send email when targeting Android 11 #36

Closed
ay1man4 opened this issue Jan 6, 2021 · 1 comment
Closed

Failed to send email when targeting Android 11 #36

ay1man4 opened this issue Jan 6, 2021 · 1 comment

Comments

@ay1man4
Copy link

ay1man4 commented Jan 6, 2021

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

@SuddenH4X
Copy link
Owner

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 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants