Skip to content Skip to sidebar Skip to footer

Ionic Framework - Config.xml

I need to modify the config.xml file, so when compiling for Android I take these permissions:

Solution 1:

  1. There shouldn't be any harm in just adding it manually to the AndroidManifest.xml so that is probably your best option.

For both 1 and 2, just to confirm, you are editing the config.xml that is at the base of your project? There is another one that gets created in platform/android/res/xml that you should not be editing because it will always be replaced.


Post a Comment for "Ionic Framework - Config.xml"