mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
hmm - it seems that the TestLab will allow location permissions requests
This commit is contained in:
parent
0447bc2858
commit
4f0ba0da97
1 changed files with 2 additions and 2 deletions
|
|
@ -298,8 +298,8 @@ class MainActivity : AppCompatActivity(), Logging,
|
||||||
.show()
|
.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isInTestLab)
|
// if (!isInTestLab) - very important - even in test lab we must request permissions because we need location perms for some of our tests to pass
|
||||||
requestPermission() // permissions don't work there
|
requestPermission()
|
||||||
|
|
||||||
/* not yet working
|
/* not yet working
|
||||||
// Configure sign-in to request the user's ID, email address, and basic
|
// Configure sign-in to request the user's ID, email address, and basic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue