-
Notifications
You must be signed in to change notification settings - Fork 10
Support for Android >= 10 #69
Comments
Have a issue? |
"Open With" does not work for me, android 10. IrkFM 2.4.0 |
Hi @soredake could you describe this a bit more, preferably in a new issue? |
@lfuelling after opening nothing happens. https://streamable.com/ml7sqt |
Thanks for the screencap. |
Thanks, this progresses me further. https://streamable.com/oubcnu |
Ah yes, the app can't write into the downloads folder in current Android versions. |
Google has apparently released the delayed API 🎉 |
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.
The text was updated successfully, but these errors were encountered: