Android permission qt 6.7
Unsolved
Mobile and Embedded
-
Dear all
I'm writing an Android app. This app reads its default configuration from a *.INI file.
I placed this *.INi file on the SD card of my tablet. In the app I checked the file exists but I won I try to open an error occurs.
Reading the documentation, In the Android manifest file a READ_EXTERNAL_STORAGE permission should be set. However still an error when trying to open the file.Now I think I should also request permission in the app, Is this the correct documentation how to do this https://doc.qt.io/qt-6/qtandroidprivate.html#details
kind regards - Jan Menssen
ps. I did something similar with granting bluetooth on apple macOS