MOBILE-3645 android: Do not require bluetooh in Android

main
Dani Palou 2021-03-17 12:17:10 +01:00
parent 65e60ed3ac
commit 0a5ca792b9
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@
<param name="android-package" value="org.apache.cordova.media.AudioHandler" />
</feature>
</config-file>
<config-file parent="/*" target="AndroidManifest.xml">
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
</config-file>
</platform>
<platform name="ios">
<resource-file src="GoogleService-Info.plist" />