Enable tracking service on main activity

This commit is contained in:
2020-05-08 21:42:06 +02:00
parent 4375eacf47
commit bb0a2a94ed
6 changed files with 46 additions and 58 deletions

View File

@@ -5,9 +5,6 @@
<string name="service_notification_title">Server is running</string>
<string name="service_notification_text">The HTTP server is listening on port %1$d</string>
<string name="server_toast_service_started">TTS-HTTP Server started</string>
<string name="server_toast_service_stopped">TTS-HTTP Server stopped</string>
<string name="main_activity_server_port">Server port</string>
<string name="main_activity_run">Run</string>
<string name="main_activity_stop">Stop</string>