You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
I tried with android 10 and below that it is working but for android 11 it is not getting attached to mail
The text was updated successfully, but these errors were encountered: