Uses the Android Storage Access Framework to access external files. This allows for the use of Content Providers (like Nextcloud) as external storage locations. It also removes the need for the MANAGE_EXTERNAL_STORAGE permission. The file logic is handled in a new FileLayer class to maintain compatibility with desktop.
Uses the Android Storage Access Framework to access external files. This allows for the use of Content Providers (like Nextcloud) as external storage locations. It also removes the need for the
MANAGE_EXTERNAL_STORAGE
permission. The file logic is handled in a new FileLayer class to maintain compatibility with desktop.closes #55, #28