Hi
boulerzzz,
Nepeo
I faced the same issue today - tried building my game using C3 build service and it requires a lot of things!
- Full network access
- Read the contents of your USB storage
- Modify or delete the contents of your USB storage
- Charges: Send MMS messages
(There are no addons or plugins that need these permissions)
I don't have any experience with Android Studio. Is it possible to get rid of these permissions when building with Cordova CLI? At least the USB storage ones. If they are added due to invalid minSDK or targetSDK parameters, where and how can I fix them?
.
EDIT: I managed to remove WRITE_EXTERNAL_STORAGE permission by erasing it from all .json and .xml files (after adding android platform), and then building with cordova. The app works, but it feels like a dirty hack, rather than a proper solution...