nativescript-bluetooth
Version:
Connect to and interact with Bluetooth LE peripherals
11 lines (8 loc) • 509 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<!-- Required for Android 6+ when scanning for peripherals in the background -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-feature android:name="android.hardware.bluetooth_le" android:required="false"/>
</manifest>