Hi!
According to the Vungle plugin docs (V5) the following permissions are added to the Android manifest:
“android.permission.INTERNET”
"android.permission.WRITE_EXTERNAL_STORAGE"
“android.permission.ACCESS_NETWORK_STATE”
Permission for WRITE_EXTERNAL_STORAGE is not required for API 19 and above. (Refer to: https://developer.android.com/guide/topics/manifest/uses-permission-element.html.). That’s exactly my case, I’m not targeting below API 19, but it seems this permission will be added. How to prevent Corona from automatically adding this permission to my game?
One more question related to the same subject. Although I’m not explicitly requesting the READ_EXTERNAL_STORAGE permission in my build.settings file, someone is because the permission is added to the manifest. I checked the docs from all plugins used in my game and none of them requests this permission to work. So, should I assume Corona is doing that? If so, how to avoid this?
Br,
Cleverson