hmm - it seems that the TestLab will allow location permissions requests

This commit is contained in:
geeksville 2020-04-12 17:20:42 -07:00
parent 0447bc2858
commit 4f0ba0da97

View file

@ -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