如何在android 6之后在qt中添加权限

我在
androidManifest中添加了从存储中读取的权限,但仍然无法从文件中读取.我明白在android 6之后除了清单我们应该获得许可.我怎么能在qt中这样做? 最佳答案
https://forum.qt.io/topic/72497/android-6-0-sdcard-write-permission/3

are you talking about the Android M runtime permissions? This is added
in Qt 5.8 as private API and will become public in Qt 5.9. See
07001

文章描述了更多关于qt:http://www.bytran.org/androidmpermissions.htm中的android运行时权限

点赞