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 Signed-off-by: Arghya Chanda <arghyac35@gmail.com> Change-Id: I6af7fef23f1cdb62390bd4bf8b81b5ca9bdb2a8d Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
android:summaryOff="@string/summary_heads_up_disabled"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<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