https://bugs.kde.org/show_bug.cgi?id=471316
--- Comment #4 from Benjamin Watson <owo...@outlook.com> ---
Thank you, I understand. If this were to be achieved, the app would be a lot of
work.

获取Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: Urs Fleisch <bugzilla_nore...@kde.org>
Sent: Saturday, June 24, 2023 3:05:22 AM
To: owo...@outlook.com <owo...@outlook.com>
Subject: [kid3] [Bug 471316] Share audio to editor for editing.

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 reported the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to