react-native-bluetooth-serial
Version:
'Bluetooth serial for react native'
14 lines (11 loc) • 457 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rusel.RCTBluetoothSerial"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="22" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
</manifest>