Skip to content

Commit 0f9bceb

Browse files
committed
merge config for paramedic?
1 parent c69df0f commit 0f9bceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<!-- android -->
3434
<platform name="android">
35-
<config-file target="config.xml" parent="/*">
35+
<config-file target="config.xml" parent="/*" mode="merge">
3636
<platform name="android">
3737
<preference name="AndroidXEnabled" value="true"/>
3838
</platform>
@@ -44,12 +44,12 @@
4444
</feature>
4545
</config-file>
4646

47-
<config-file target="AndroidManifest.xml" parent="/*">
47+
<config-file target="AndroidManifest.xml" parent="/*" mode="merge">
4848
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
4949
<uses-permission android:name="android.permission.USE_FINGERPRINT"/>
5050
</config-file>
5151

52-
<config-file target="AndroidManifest.xml" parent="application">
52+
<config-file target="AndroidManifest.xml" parent="application" mode="merge">
5353
<activity android:name="de.niklasmerz.cordova.biometric.BiometricActivity" android:theme="@style/TransparentTheme" android:exported="true"/>
5454
</config-file>
5555

0 commit comments

Comments
 (0)