Skip to content

Commit

Permalink
Added more permissions to Android manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jackforesightmobile committed Nov 3, 2021
1 parent 0655842 commit 9358eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
</manifest>

0 comments on commit 9358eeb

Please sign in to comment.