aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 4e8fcb412..877a9b05a 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -54,6 +54,12 @@
android:key="show_notification"
android:summary="@string/pref_notifications_summary"
android:title="@string/pref_notifications" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/headsup_notifications"
+ android:dependency="show_notification"
+ android:key="notification_headsup"
+ android:summary="@string/pref_headsup_notifications_summary"
+ android:title="@string/pref_headsup_notifications" />
<PreferenceScreen
android:dependency="show_notification"
android:key="quiet_hours"