Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Support for Android >= 10 #69

Description

@lfuelling

Is your feature request related to a problem? Please describe.
The app is not really working on Android > 10 since the app can't access most folders that were available on previous Android versions.

Describe the solution you'd like
It's not the solution I'd like, rather the only one that seems to be possible. According to the table on this page the only way to access files on current and future Android versions is by using the system file chooser to get access to either a single file or a specific directory.

So the app would have to be rewritten to use the system file chooser instead of the embedded one. Since the file chooser might not have all features in previous Android versions, the embedded file chooser should still be provided in case of Android < 10.

Describe alternatives you've considered
I was unable to find any real alternatives.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions