dimonovdd / Xamarin.MediaGallery

This plugin is designed to picking and save images and video files from native gallery of Android and iOS devices and capture photos
MIT License
148 stars 18 forks source link

fixed capture photo with linker #86

Closed dimonovdd closed 2 years ago

dimonovdd commented 2 years ago

Description

FileProvider was removed by the linker.

Recommendations for testing

Set <AndroidLinkMode>Full</AndroidLinkMode> and try CapturePhotoAsync

PR Checklist