Cherish: HeadsUp: add timeout option (2/2)
Forward ported to marshmallow/nougat By: @BeansTown106 removed the none option as we now have a headsup minimum time of 2seconds added 5sec option as that is the new default in marshmallow Change-Id: I6fe5aa72ce68f28ee9c57520e36d4800a9263546
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/heads_up_notifications">
|
||||
|
||||
<ListPreference
|
||||
android:key="heads_up_time_out"
|
||||
android:title="@string/heads_up_time_out_title"
|
||||
android:entries="@array/heads_up_time_out_entries"
|
||||
android:entryValues="@array/heads_up_time_out_values"
|
||||
android:persistent="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/heads_up_stoplist_title"
|
||||
android:key="stoplist_applications" >
|
||||
|
||||
Reference in New Issue
Block a user