Re: [Interest] Reading the shared Photos directory on Android

2024-07-10 Thread Israel Brewster via Interest
Nope, hadn’t come across that one, and Yep - it was exactly what I needed Thank you, thank you, thank you! Added that to my manifest as well as the permission check function I had, and viola! Photos! After removing and re-installing the app, I even got the permission pop-up I had been expecting

Re: [Interest] Reading the shared Photos directory on Android

2024-07-10 Thread ekke
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 Q

[Interest] Reading the shared Photos directory on Android

2024-07-09 Thread 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 acce