Hi all,
I have a Qt application for Android that require (in manifest) CAMERA and WRITE_EXTERNAL_STORAGE permission and the App targed Api 26.
When the App starts it automatic require runtime permission for CAMERA while it doesn't require it for WRITE_EXTERNAL_STORAGE.
Can you explain why?
Thanks