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
|
|
@ -57,7 +57,8 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
Manifest.permission.ACCESS_BACKGROUND_LOCATION,
|
||||
Manifest.permission.BLUETOOTH,
|
||||
Manifest.permission.BLUETOOTH_ADMIN,
|
||||
Manifest.permission.WAKE_LOCK
|
||||
Manifest.permission.WAKE_LOCK,
|
||||
Manifest.permission.WRITE_EXTERNAL_STORAGE
|
||||
)
|
||||
|
||||
val missingPerms = perms.filter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue