Tushar-Kanvinde
Tushar-Kanvinde
The tag hid what i added. Putting them here. uses-permission android:name="android.permission.BLUETOOTH_SCAN" uses-permission android:name="android.permission.BLUETOOTH_CONNECT" uses-feature android:name="android.hardware.bluetooth" android:required="false" uses-feature android:name="android.hardware.bluetooth_le" android:required="false"
@gsusalvarado I am not familiar about how to add things to the AndroidManifest via config.xml I added it to AndroidManifest.xml and then gave the gradlew bundleRelease command rather than the...
@lapisanlangi Yes. It is working for me. I already had the permissions plugin in my project. You may need to add that.
edit the file platforms/android/app/src/main/AndroidManifest.xml search for uses-permission make a copy of that tag below it and then change android.permission.whatever to android.permission.BLUETOOTH_SCAN and again same with android.permission.BLUETOOTH_CONNECT below that add tags...