Add TelemetryService.java and associated files
[fw/altos] / altosdroid / res / values / strings.xml
index 60823b12c27196d12645dcd7e9b239499804eda1..0b2f922749b26e33181d9bc78b5488e5475eab4a 100644 (file)
     <string name="secure_connect">Connect a device - Secure</string>
     <string name="insecure_connect">Connect a device - Insecure</string>
     <string name="discoverable">Make discoverable</string>
+
+    <!-- Service -->
+    <string name="telemetry_service_label">AltOS Telemetry Service</string>
+    <string name="telemetry_service_started">Telemetry Service Started</string>
+    <string name="telemetry_service_stopped">Telemetry Service Stopped</string>
+
+
+
+    <string name="telemetry_service_control">Start/Stop Service</string>
+    <string name="telemetry_service_bind">Bind/Unbind Service</string>
+
+    <string name="activity_telemetry_service_controller">App/Service/Local Service Controller</string>
+    <string name="telemetry_service_controller">This demonstrates how you can implement persistent services that
+        may be started and stopped as desired.</string>
+    <string name="start_service">Start Service</string>
+    <string name="stop_service">Stop Service</string>
+
+    <string name="activity_telemetry_service_binding">App/Service/Local 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>