mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
stop asking for filesystem access, we only need it during development
This commit is contained in:
parent
51a1245068
commit
0447bc2858
2 changed files with 5 additions and 3 deletions
|
|
@ -169,8 +169,10 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
Manifest.permission.ACCESS_FINE_LOCATION,
|
||||
Manifest.permission.BLUETOOTH,
|
||||
Manifest.permission.BLUETOOTH_ADMIN,
|
||||
Manifest.permission.WAKE_LOCK,
|
||||
Manifest.permission.WRITE_EXTERNAL_STORAGE
|
||||
Manifest.permission.WAKE_LOCK
|
||||
|
||||
// We only need this for logging to capture files for the simulator - turn off for most users
|
||||
// Manifest.permission.WRITE_EXTERNAL_STORAGE
|
||||
)
|
||||
|
||||
if (Build.VERSION.SDK_INT >= 29) // only added later
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue