Hi Israel,
have you tested to add READ_MEDIA_IMAGES permission ?
see my article about Qt Permissions https://t1p.de/ekkePermissions
and https://bugreports.qt.io/browse/QTBUG-116834 (please vote)
ciao
ekke


Am 10.07.24 um 05:14 schrieb Israel Brewster via Interest:
I have written a Qt app, using Qt 6.6.3 that does something very simple: display photos (essentially a digital photo frame). I am trying to get it to run on Android 14. Unfortunately, as simple as this should be, I can not for the life of me figure out how to get it to request permission to access the Photos directory - and without that permission, my call to fileDir.entryList comes up empty - even though, if I call File::exists() with a file I know is in that directory, it returns true.
....
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to