Files grayed out in native android file picker

Godot Version

4.4 dev5

Question

I am using the native android file picker through the FileDialog Node to let the user pick an image from their file system.
Currently, the dialog correctly pops up and it lets me navigate through the file system.
But I cannot select any files.
I set the “filters” property on the FileDialog to ["*.jpg", "image/*"] and the “images” section shows up correctly.
All the files are grayed out and I cannot select any files:


(ignore the funis please)

Could someone help me with this?

There was a bug, but now it’s fixed in this PR: Fix Android native file picker by syntaxerror247 · Pull Request #100607 · godotengine/godot · GitHub.
I believe it didn’t make it into dev7, so it will be available in the next snapshot.