Is there a way to reopen the last opened directory to select a file and return the URI?

I’m using the Cordova FileChooser[1][2] and facing a small problem. On the most current Android devices, file selection always starts at root. Is there a way to open the file selection in a specific place on the device? Can I pass this parameter to this library? The only parameter I saw in the repository was to filter by file type.

If not, is there another way to do this, using this library or not?