https://bugs.kde.org/show_bug.cgi?id=522060
--- Comment #3 from SharpIce <[email protected]> --- After analyzing `com.android.fileexplorer`, I found that the issue seems to occur because `com.android.fileexplorer` returns an Intent without the `FLAG_GRANT_PERSISTABLE_URI_PERMISSION` flag. Meanwhile, Qt's `handleActivityResult` unconditionally calls `takePersistableUriPermission` upon receiving the Uri, which triggers this error. https://invent.kde.org/qt/qt/qtbase/-/blob/dev/src/plugins/platforms/android/qandroidplatformfiledialoghelper.cpp#L47 -- You are receiving this mail because: You are watching all bug changes.
