### Description Add xmlns:tools="http://schemas.android.com/tools" to manifest ### Platforms - [ ] iOS - [x] Android - [ ] Web ### Request or proposed solution Hi We are testing the migration of our Cordova app over to Capacitor, and are having a issue with a Cordova plugin we are dependent on that has no substitute in the Capacitor ecosystem. The AndroidManifest.xml that is generated by capacitor-cli is invalid because the plugin comes with the following tag: <meta-data android:name="com.google.android.gms.vision.DEPENDENCIES" android:value="barcode, face" tools:replace="android:value"/> And since the AndroidManifest.xml manifest tag does not have the attribute `xmlns:tools="http://schemas.android.com/tools"`, gradle fails when it attempts to merge the file with the main AndroidManifest.xml file. And since this file is generated on every build we can't easily fix this. Cheers, mg ### Alternatives _No response_ ### Additional Information _No response_