AndroidManifest.xml automatically adds android.permission.WRITE_ Extended_ STORAGE
-
I use Qt6.4, and for any Android app, regardless of whether I set up AndroidManifest.xml or not, the AndroidManifest.xml generated in the android-build directory has<uses permission android: name="android. permission. WRITE-EXTERNAL_STORAGE"/>, while WRITE_ Extended_ STORAGE is a very sensitive permission.
Is there any solution?
Do other versions of Qt have this issue?
-
I use Qt6.4, and for any Android app, regardless of whether I set up AndroidManifest.xml or not, the AndroidManifest.xml generated in the android-build directory has<uses permission android: name="android. permission. WRITE-EXTERNAL_STORAGE"/>, while WRITE_ Extended_ STORAGE is a very sensitive permission.
Is there any solution?
Do other versions of Qt have this issue?