Fix #36 - allow users to select 'none' for the preferred radio

If none is selected, we do not leave our service running.  And we do
not start it on boot.
This commit is contained in:
geeksville 2020-06-07 18:55:08 -07:00
parent 7a3cda314e
commit ce14fde33b
4 changed files with 67 additions and 40 deletions

View file

@ -61,4 +61,5 @@
<string name="update_to">Update to %s</string>
<string name="app_too_old">Application too old</string>
<string name="must_update">You must update this application on the Google Play store (or Github). It is too old to talk to this radio.</string>
<string name="none">None</string>
</resources>