Skip to content

Commit

Permalink
Add Android 12 new Bluetooth permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
weliem committed Jun 26, 2021
1 parent f714c3e commit 53c59d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blessed/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

<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" />
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

</manifest>

0 comments on commit 53c59d6

Please sign in to comment.