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
154 stars 19 forks source link

drop UseCreateChooser #134

Closed dimonovdd closed 3 weeks ago

dimonovdd commented 3 weeks ago

Description

API Changes

UseCreateChooser property has been deleted. It is not used after merging https://github.com/dimonovdd/Xamarin.MediaGallery/pull/82

public class MediaPickRequest
{
    /// <summary>Gets or sets whether to use Intent.CreateChooser. Currently used only for Android.</summary>
    public bool UseCreateChooser { get; set; } = true;
}

https://github.com/dimonovdd/Xamarin.MediaGallery/pull/82

PR Checklist

dimonovdd commented 3 weeks ago

@beeradmoore we will need to write documentation to migration for new version.