diff options
Diffstat (limited to 'altosdroid/res/values/strings.xml')
| -rw-r--r-- | altosdroid/res/values/strings.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/altosdroid/res/values/strings.xml b/altosdroid/res/values/strings.xml index 72a4ddec..e3234fc7 100644 --- a/altosdroid/res/values/strings.xml +++ b/altosdroid/res/values/strings.xml @@ -36,31 +36,11 @@ <!-- Options Menu --> <string name="connect_device">Connect a device</string> - <string name="telemetry_service_control">Control Service</string> - <string name="telemetry_service_bind">(Un)Bind Service</string> - - <!-- Service --> <string name="telemetry_service_label">AltosDroid Telemetry Service</string> <string name="telemetry_service_started">Telemetry Service Started</string> <string name="telemetry_service_stopped">Telemetry Service Stopped</string> - <!-- Service control activity - temporary! --> - <string name="activity_telemetry_service_controller">Telemetry Service Controller</string> - <string name="telemetry_service_controller">Use the following buttons to start and stop the Telemetry - service.</string> - <string name="start_service">Start Service</string> - <string name="stop_service">Stop Service</string> - - <string name="activity_telemetry_service_binding">Telemetry Service Binding</string> - <string name="telemetry_service_binding">This demonstrates how you can connect with a persistent - service. Notice how it automatically starts for you, and play around with the - interaction between this and Local Service Controller.</string> - <string name="bind_service">Bind Service</string> - <string name="unbind_service">Unbind Service</string> - - <string name="telemetry_service_connected">Connected to local service</string> - <string name="telemetry_service_disconnected">Disconnected from local service</string> </resources> |
