diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 2b7ee23f..0161eefd 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -27,6 +27,11 @@ Show When Playing Always Show + + Open Main Activity + Open Mini Player + Skip To Next Song + 0 1 diff --git a/res/values/strings.xml b/res/values/strings.xml index 8f5a40b1..6fc60ea6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -100,10 +100,10 @@ Pause when the headphones are unplugged. Notifications - Use Mini Player - Launch a pop-up music control dialog when the notification is pressed Notification Mode When to show the notification + Notification Action + What to do when the notification is pressed Song Selector Open on Startup diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index ca28549b..20040040 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -48,11 +48,13 @@ android:entries="@array/notification_mode_entries" android:entryValues="@array/entry_values" android:defaultValue="1" /> - +