mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-04 01:15:25 +03:00
On Android 12 and above, files from an application's external storage directory cannot be accessed by the user. The only proper SAF-compliant way to solve this is to create a `DocumentProvider` which proxies access to internal storage accordingly.