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

pdf not getting attached to mail in higher version androids #182

Open
cakesoft-shivani opened this issue Jun 15, 2021 · 3 comments
Open

Comments

@cakesoft-shivani
Copy link

I tried with android 10 and below that it is working but for android 11 it is not getting attached to mail

@avonipenti
Copy link

I noticed our mail feature broken after the android OS upgrade to 11. Looks like the fix is merged but not released yet.
I would suggest adding the
<queries> <intent> <action android:name="android.intent.action.SEND_MULTIPLE" /> <data android:mimeType="*/*" /> </intent> </queries>

to your AndroidManifest.xml before the <application .. for temporary fix while we wait to get the release.

@abhay-sqh
Copy link

abhay-sqh commented Aug 10, 2021

After adding below code snippet in Project's main AndroidManifest.xml file, pdf attachment is working fine in Android 11 but still facing issue in Android 10 devices:

<queries> <intent> <action android:name="android.intent.action.SEND_MULTIPLE" /> <data android:mimeType="*/*" /> </intent> </queries>

When redirecting to Gmail client from app, 'Couldn't attach file' error is visible on toast message.

Please suggest.

@RaniXavier
Copy link

I am also experiencing the same issue. pdf not getting attached to mail in Android.

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

4 participants