You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/24 13:59:16 UTC

[GitHub] [cordova-android] breautek commented on issue #1359: Cannot append permission into the AndroidManifest file

breautek commented on issue #1359:
URL: https://github.com/apache/cordova-android/issues/1359#issuecomment-1135966630

   You're targeting `uses-permission` where `edit-config` edits the target in place.
   
   I think what you're after is [config-file](https://cordova.apache.org/docs/en/11.x/plugin_ref/spec.html#config-file) instead, which does insertions.
   
   > The config-file element only allows you to append new children to an XML document tree. The children are XML literals to be inserted in the target document.
   
   The syntax is slightly different, see the example in the docs. Let me know of this helps.
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org