Merge pull request #2635 from jleyva/MOBILE-3523

MOBILE-3523 release: Do not require bluetooh in Android
main
Juan Leyva 2020-11-30 19:19:29 +01:00 committed by GitHub
commit 03c3382c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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