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.
1 parent 4128757 commit 646a4f4Copy full SHA for 646a4f4
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