diff options
| author | Keith Packard <keithp@keithp.com> | 2015-02-16 21:19:09 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-02-16 21:19:09 -0800 |
| commit | 877609a60a9f2c61c1efad8285b2a3c22f59be28 (patch) | |
| tree | 59def8e9ffdaeffaeeab1ab3b7632fb5d4e53d92 /altosdroid/res/values/strings.xml | |
| parent | c51d39c7ea1153cd2d0dc02c47824a9f35b22fb9 (diff) | |
altosdroid: Explicitly disconnect BT on termination or 'disconnect'
This adds an explicit message to the telemetry service telling it when
to stop trying to talk to the bluetooth device. Until this message is
received, the service will reconnect to the specified BT device.
That message is sent when you 'quit' the application, or when you 'disconnect'.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/res/values/strings.xml')
| -rw-r--r-- | altosdroid/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosdroid/res/values/strings.xml b/altosdroid/res/values/strings.xml index 0cc99349..8a5b29b4 100644 --- a/altosdroid/res/values/strings.xml +++ b/altosdroid/res/values/strings.xml @@ -27,6 +27,7 @@ <!-- Options Menu --> <string name="connect_device">Connect a device</string> + <string name="disconnect_device">Disconnect device</string> <string name="quit">Quit</string> <string name="select_freq">Select radio frequency</string> <string name="select_rate">Select data rate</string> |
