mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 04:41:12 +01:00
ee7da31fc6
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.