breautek commented on issue #1245: URL: https://github.com/apache/cordova-android/issues/1245#issuecomment-865028714
Personally I don't like how `edit-config` works, but `edit-config` works only if there is actually something to edit. i.e. You can't use it to add something that is missing, only to modify something that already exists. If we want to add a new node to `AndroidManifest.xml`, you must use [config-file](https://cordova.apache.org/docs/en/10.x/plugin_ref/spec.html#config-file) directive instead. The usage is very similar to `edit-config`, but `config-file` won't have a `mode` attribute. Let me know how this works for you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
