Manipulating the Android Manifest from Cordova
<platform name="android">
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<!-- Your manifest edits go here. These lines will be added in AndroidManifest.xml's <application> tag. -->
</config-file>
</platform><platform name="android">
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<meta-data android:name="batch_opted_out_by_default" android:value="true" />
</config-file>
</platform><?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.hellocordova"
xmlns:android="http://schemas.android.com/apk/res/android" ...>Last updated

