diff --git a/config.xml b/config.xml
index bc9004833..5edb28abf 100644
--- a/config.xml
+++ b/config.xml
@@ -224,6 +224,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -248,7 +258,7 @@
3.9.5
-
+
en
diff --git a/src/core/features/emulator/services/camera.ts b/src/core/features/emulator/services/camera.ts
index 1aa4114e2..319e09eba 100644
--- a/src/core/features/emulator/services/camera.ts
+++ b/src/core/features/emulator/services/camera.ts
@@ -17,6 +17,10 @@ import { Camera, CameraOptions } from '@ionic-native/camera/ngx';
import { CoreEmulatorCaptureHelper } from './capture-helper';
+// @todo remove android.media.action.IMAGE_CAPTURE and android.intent.action.GET_CONTENT entries
+// from config.xml once https://github.com/apache/cordova-plugin-camera/issues/673 is resolved.
+// (this is written here because comments get stripped out from config.xml)
+
/**
* Emulates the Cordova Camera plugin in browser.
*/