summaryrefslogtreecommitdiff
path: root/altosdroid/res/values/strings.xml
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2012-02-26 22:30:09 +1300
committerMike Beattie <mike@ethernal.org>2012-08-06 09:26:39 +1200
commitfc9aed1ef3485d259722c9b89e19969e0afe257c (patch)
treeb303ed4aa9413dddb1e374fd18912d08b6cceb02 /altosdroid/res/values/strings.xml
parentaf34baf5dc587bee4cffa699ef383f85dde8c7cd (diff)
Adjust service to be persistent.
* Run as a foreground service -> high priority * Notification set to display as "Ongoing". Changed logo to be in colour at keithp's request. Greyscale logos still present as *_g.png Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosdroid/res/values/strings.xml')
-rw-r--r--altosdroid/res/values/strings.xml15
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>