Missing audio format
Describe the bug Few audio format are missing when searching all audio format
To Reproduce Steps to reproduce the behavior:
- I have an .aac file
- Look for audio file on device
- AAC file can not be found
Expected behavior The filepicker should find the aac audio file.
Android info (please complete the following information):
- Not relevant
Additional context Many mime types are missing in: AudioSelectionArgs.addAll(Arrays.asList("audio/mpeg", "audio/mp3", "audio/x-ms-wma", "audio/x-wav", "audio/amr", "audio/3gp")); You may use https://developer.android.com/reference/android/media/MediaFormat MIMETYPE_AUDIO_* Anyway, I think you can look for file with mime type starting with "audio/"
For testing, you may use the audio file from https://docs.espressif.com/projects/esp-adf/en/latest/design-guide/audio-samples.html
Same for image and video files
Can you try out the following release
implementation 'com.github.jaiselrahman:FilePicker:1.4.0-alpha01'
Querying media has been improved.