diff options
Diffstat (limited to 'altosdroid/res/values/strings.xml')
| -rw-r--r-- | altosdroid/res/values/strings.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/altosdroid/res/values/strings.xml b/altosdroid/res/values/strings.xml index 249550fb..72a4ddec 100644 --- a/altosdroid/res/values/strings.xml +++ b/altosdroid/res/values/strings.xml @@ -39,24 +39,27 @@ <string name="telemetry_service_control">Control Service</string> <string name="telemetry_service_bind">(Un)Bind Service</string> + + <!-- Service --> - <string name="telemetry_service_label">AltOS Telemetry Service</string> + <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> - - <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> + <!-- 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">App/Service/Local Service Binding</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> |
