Cherish: HeadsUp snooze function [2/2]
5.1 introduced a snooze feature which activates when swiping up. Default snooze time is 1 minute. Let's make it configurable! Change-Id: I1ec385bc03bde4671887ad568cbf59c0965f0a65
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
android:entryValues="@array/heads_up_time_out_values"
|
||||
android:persistent="false" />
|
||||
|
||||
<ListPreference
|
||||
android:key="heads_up_snooze_time"
|
||||
android:title="@string/heads_up_snooze_title"
|
||||
android:entries="@array/heads_up_snooze_entries"
|
||||
android:entryValues="@array/heads_up_snooze_values"
|
||||
android:persistent="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/heads_up_stoplist_title"
|
||||
android:key="stoplist_applications" >
|
||||
|
||||
Reference in New Issue
Block a user