54a5491b86
- add Settings: Activity to start / stop MPD Service (Main). - Main is a service that run in foreground with a notification. See Service.startForeground documentation for more details. - Main.Client is used to control the service: start or stop it and also receive callbacks when service encounters an error, is killed, is started or is stopped. - Main.start to start the service without any fallback.
8 lines
271 B
XML
8 lines
271 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
<string name="app_name">MPD</string>
|
|
<string name="notification_title_mpd_running">Music Player Daemon is running</string>
|
|
<string name="notification_text_mpd_running">Touch for MPD options.</string>
|
|
</resources>
|