Skip to content

Commit 03c3382

Browse files
authored
Merge pull request #2635 from jleyva/MOBILE-3523
MOBILE-3523 release: Do not require bluetooh in Android
2 parents 4128757 + 646a4f4 commit 03c3382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@
219219
<param name="android-package" value="org.apache.cordova.media.AudioHandler" />
220220
</feature>
221221
</config-file>
222+
<config-file parent="/*" target="AndroidManifest.xml">
223+
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
224+
</config-file>
222225
</platform>
223226
<platform name="ios">
224227
<resource-file src="GoogleService-Info.plist" />

0 commit comments

Comments
 (0)