fix autobug: if user has location disabled, warn that we can't provide it to mesh

This commit is contained in:
geeksville 2020-04-25 07:33:51 -07:00
parent 975c7d41db
commit ba91920154
2 changed files with 16 additions and 6 deletions

View file

@ -48,4 +48,5 @@
<string name="please_pair">Please pair device in Android Settings.</string>
<string name="pairing_completed">Pairing completed, starting service</string>
<string name="pairing_failed_try_again">Pairing failed, please select again</string>
<string name="location_disabled">Location access is disabled, can not provide position to the mesh.</string>
</resources>