Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Some extensions are not found #142

Open
feliperce opened this issue Jun 16, 2024 · 1 comment
Open

Some extensions are not found #142

feliperce opened this issue Jun 16, 2024 · 1 comment

Comments

@feliperce
Copy link

Some file extensions like .aab, .keystore or .jks are not found by File Picker on Android.
This problem occurs on Android, I tested several extensions in the same code, I also tested the library sample code, .aab, .jks and .keystore extensions are not found.

Desktop works

@feliperce
Copy link
Author

The getMimeTypeFromExtension method searches for registered extensions, as there is no such extension in the MimeMap, so it returns empty.

To "solve" the problem, I changed the code to remove the extension filter if none were provided:
#143

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant