summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index e94d1c47e..2cc4c7237 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -17,7 +17,12 @@
android:key="prefFollowQueue"
android:summary="@string/pref_followQueue_sum"
android:title="@string/pref_followQueue_title" />
-
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:enabled="true"
+ android:key="prefPauseForNotifications"
+ android:summary="@string/pref_pausePlaybackForNotifications_sum"
+ android:title="@string/pref_pausePlaybackForNotifications_title" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/network_pref" >
<ListPreference