Which File picker to use for working with getFilesDir()?

My app uses deprecated file picker com.adityak:browsemyfiles for accessing app-specific files for saving and loading those files into the app.

With Android 13 I ran into the problem because this feature stopped working since there WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permissions are no longer supported.

I would like to access the same folder with getFilesDir() where users have their files.

What is the best way to allow users to save and load files from this location?

submitted by /u/Less-Dragonfruit-673
[link] [comments]