Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 426d356

Browse files
committed
Update AndroidManifest.xml
1 parent 9c42466 commit 426d356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sample/BluetoothSPPAutoConnect/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<uses-sdk
88
android:minSdkVersion="8"
99
android:targetSdkVersion="19" />
10+
11+
<uses-permission android:name="android.permission.BLUETOOTH" />
12+
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
1013

1114
<application
1215
android:allowBackup="true"

0 commit comments

Comments
 (0)