mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-05 16:39:01 +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.