[Interest] Android: QDesktopServices::openUrl and content scheme?
Alexander Dyagilev
alervdvcw at gmail.com
Thu Jun 1 16:17:20 CEST 2023
Hello,
According to this article:
https://www.qt.io/blog/qt-for-android-storage-updates
Am I right, that QDesktopServices::openUrl(QUrl::fromLocalFile(file))
will be using content scheme since Qt 6.6 ?
I've tried to use it to open PDF file - Google PDF Viewer crashes
because it's opened by intent with file:// URL (it's funny btw).
More information about the Interest
mailing list