-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello! allowedFileTypes should be a known MIME on Android. All of my custom extension registered in [NativeFilePicker Custom Types] can't be picked on Android 11 (they are grayed).
The only possible workaround I've found is using "application/octet-stream"
allowedFileTypes.Add("application/octet-stream");
The problem is that Android 11 creates a new file duplicate in the app's temp storage (where this file is accessible), but its' extension is ".bin". So I'm wondering is there any way to know the original file path? For now I have to try all possible extensions int try/catch block to read ".bin" files.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working