@nativescript-community/ble
Version:
Connect to and interact with Bluetooth LE peripherals.
14 lines (11 loc) • 737 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Required for Android >= 12. You need to add that yourself now -->
<!-- <uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"/> -->
<!-- Required for Android 6+ and < 12. You need to add that yourself now -->
<!-- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> -->
<uses-feature android:name="android.hardware.bluetooth_le" android:required="false"/>
</manifest>