I am currently making an Android application with Unity 2017.3.0f3 and Vuforia 7.0.36.
At startup, the application asks for
camera permission (that's ok and logic)
"Pictures, file and media on this device" (I don't understand this one !)
After further investigations, I discovered that during the creation of the Android Manifest file, Vuforia (VuforiaWrapper) was adding:
READ_EXTERNAL_STORAGE
WRITE_EXTERNAL_STORAGE
That is why the application is asking for the second permission I guess.
Hence, why is Vuforia adding this aggresive "pictures, files and media" access ?
How to remove that ?