mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-23 00:02:31 -04:00
hmm - it seems that the TestLab will allow location permissions requests
This commit is contained in:
@@ -298,8 +298,8 @@ class MainActivity : AppCompatActivity(), Logging,
|
||||
.show()
|
||||
}
|
||||
|
||||
if (!isInTestLab)
|
||||
requestPermission() // permissions don't work there
|
||||
// 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()
|
||||
|
||||
/* not yet working
|
||||
// Configure sign-in to request the user's ID, email address, and basic
|
||||
|
||||
Reference in New Issue
Block a user