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()
Description
There are cases when using
Intent.ACTION_PICK
orIntent.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
orIntent.createChooser()