summaryrefslogtreecommitdiff
path: root/altosdroid/res/values/strings.xml
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-08-26 14:48:48 +1200
committerMike Beattie <mike@ethernal.org>2012-08-26 14:48:48 +1200
commit372840b4ebfd3da3cd713b6bc6a8ffc8cd6b6b8c (patch)
treed107e42146ad5ccb8b0cdbee3a6c22f0a8bf5573 /altosdroid/res/values/strings.xml
parent24503eb330bf887f5c76afe2aaa9c9f2ce177460 (diff)
altosdroid: remove TelemetryService activities
service start/stop will be handled by AltosDroid/itself now. Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosdroid/res/values/strings.xml')
-rw-r--r--altosdroid/res/values/strings.xml20
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>