Skip to content

Commit

Permalink
Add bluetooth service to transmit or receive settings and maps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starcommander committed Oct 26, 2023
1 parent 9965958 commit 8247c19
Show file tree
Hide file tree
Showing 15 changed files with 1,263 additions and 44 deletions.
5 changes: 5 additions & 0 deletions PocketMaps/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<!-- necessary to easily download maps via wifi -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<!-- necessary to transmit data like maps, favourites, settings -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<!-- Location API methods required permission -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Expand Down
Loading

0 comments on commit 8247c19

Please sign in to comment.