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

Android FileProvider Multiple Attachments #112

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

adamski
Copy link
Contributor

@adamski adamski commented Jun 8, 2018

This PR adds multiple file attachments sending via the newer FileProvider API which is required from Android 8.0 and above. It should also work with lower versions; tested on 6.0.

For additional setup for Android file sharing, see https://developer.android.com/training/secure-file-sharing/setup-sharing
It is expected that the android:authorities property is set to the app's package name with ".fileprovider" appended to the end.

@adamski
Copy link
Contributor Author

adamski commented Jun 8, 2018

@timscott Please let me know if this works for you!

@adamski adamski changed the title Android FileProvider Android FileProvider Multiple Attachments Jun 8, 2018
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

Successfully merging this pull request may close these issues.

1 participant