If you're talking about external storage, you can set the app target SDK version to 29 (30 or less) so that it can read and write in the /sdcard/ directory via the WRITE_EXTERNAL_STORAGE with READ_EXTERNAL_STORAGE permission. This relies on Android's compatibility with lower versions of apps. The directory can also be authorized using Android SAF.