We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4128757 + 646a4f4 commit 03c3382Copy full SHA for 03c3382
config.xml
@@ -219,6 +219,9 @@
219
<param name="android-package" value="org.apache.cordova.media.AudioHandler" />
220
</feature>
221
</config-file>
222
+ <config-file parent="/*" target="AndroidManifest.xml">
223
+ <uses-feature android:name="android.hardware.bluetooth" android:required="false" />
224
+ </config-file>
225
</platform>
226
<platform name="ios">
227
<resource-file src="GoogleService-Info.plist" />
0 commit comments