mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
progress on file debug logs
This commit is contained in:
parent
559795b796
commit
b6166fbd33
3 changed files with 18 additions and 2 deletions
|
|
@ -24,6 +24,9 @@
|
|||
-->
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
<!-- Only for debug log writing, disable for production FIXME -->
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.bluetooth_le"
|
||||
android:required="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue