Manipulating the Android Manifest from Cordova
Some Batch configuration requires editing AndroidManifest.xml
.
To do so, open up your config.xml
and scroll down to <platform name="android">
.
There, add a config-file
tag targeting the manifest's application tag:
For example, adding opt-out metadata would look like:
If your're encountering build issues, you might need to add xmlns:android="http://schemas.android.com/apk/res/android"
in the widget
tag attributes of your config.xml
:
Last updated
Was this helpful?