Support minimum time between notifications

This commit is contained in:
José Rebelo
2018-08-19 11:07:58 +01:00
parent 6372f32a14
commit fa1e9b8938
4 changed files with 59 additions and 0 deletions
+8
View File
@@ -155,6 +155,14 @@
android:key="notifications_generic_whenscreenon"
android:title="@string/pref_title_whenscreenon" />
<ListPreference
android:defaultValue="0"
android:entries="@array/notifications_timeout"
android:entryValues="@array/notifications_timeout_values"
android:key="notifications_timeout"
android:title="@string/pref_title_notifications_timeout"
android:summary="%s" />
<CheckBoxPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false"