I am using Ionic and Phonegap build service. I also use ionic run [android/ios] to test the app on the phone during development. I notice that the namespace xmlns is different for phonegap and cordova's config.xml file. Do I need to keep two separate config.xml files, one for phonegap in www/config.xml and another for cordova in root directory? Or is there away to consolidate to one config.xml file?