Merge pull request #2635 from jleyva/MOBILE-3523
MOBILE-3523 release: Do not require bluetooh in Androidmain
commit
03c3382c5a
|
@ -219,6 +219,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" />
|
||||
|
|
Loading…
Reference in New Issue