mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
new sync bt works better
This commit is contained in:
parent
dc8cb8446c
commit
27d0d2aa40
6 changed files with 106 additions and 12 deletions
|
|
@ -27,6 +27,9 @@
|
|||
<!-- Only for debug log writing, disable for production FIXME -->
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<!-- We run our mesh code as a foreground service - FIXME, find a way to stop doing this -->
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.bluetooth_le"
|
||||
android:required="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue