https://bugs.kde.org/show_bug.cgi?id=471316
--- Comment #3 from Urs Fleisch <uflei...@users.sourceforge.net> --- Thanks for the report. I think that I understand the feature. However, the implementation might not be as easy as it seems. Kid3 is a cross plattform application, therefore it is written in C++ with the Qt framework. It is relying on 3rd party libraries which require a real file system and not the Storage Access Framework, where Google is pushing its apps more and more with every release. At the moment I can still target SDK 28 to avoid scoped storage, but from what I read when googling "qt android share" about sharing in Qt apps "there's no way to share Files on Android without using a FileProvider" and "share files that can be stored under the app's private storage", which does not seem to be useful at all. Probably sharing real files would only be possible with apps which have target API level 28 or below, which would not be a lot. -- You are receiving this mail because: You are watching all bug changes.