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
149 stars 18 forks source link

Incorrect behavior on Xiaomi and other androids #80

Closed dimonovdd closed 2 years ago

dimonovdd commented 2 years ago

Description

There are cases when using Intent.ACTION_PICK or Intent.createChooser() on some devices, the picker does not return the files selected by a user. It has already been partially solved in Pull Request #61.

But I plan to use only Intent.ACTION_GET_CONTENT by deleting everything related toIntent.ACTION_PICK or Intent.createChooser()