Skip to content

Commit

Permalink
require both bluetooth and bluetooth le
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapaglia committed Dec 16, 2023
1 parent ebd2ad2 commit b0d59eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-feature android:name="android.hardware.bluetooth" android:required="true"/>
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true" />

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Expand Down

0 comments on commit b0d59eb

Please sign in to comment.