cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

Use content provider in Android samples for attaching files #96

Open cjlotz opened 6 years ago

cjlotz commented 6 years ago

Rework Android file attachment sample logic to use content provider.

AntumArk commented 6 years ago

Currently I get permission denied Toast when trying to attach files if the minimum SDK version is selected lower than 24. Is it known issue or I am doing it wrong ? Otherwise everything related to email works really nicely! Thank you!

devapalanisamy commented 6 years ago

What is the workaround?