Less boring heads up option [2/2]
Signed-off-by: AmolAmrit <amol.amrit03@outlook.com> Change-Id: I1bbc7cce848b890c76a145f86f55ee3c232d457b Signed-off-by: Arghya Chanda <arghyac35@gmail.com> Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -322,4 +322,8 @@
|
||||
<string name="battery_light_full_color">Almost full battery</string>
|
||||
<string name="battery_light_reallyfull_color">Full (100) battery</string>
|
||||
|
||||
<!-- Heads up options -->
|
||||
<string name="less_boring_heads_up_title">Make heads up less annoying</string>
|
||||
<string name="less_boring_heads_up_summary">Show heads up only for dialer or messaging app if they are not in foreground</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -59,6 +59,12 @@
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<con.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="less_boring_heads_up"
|
||||
android:title="@string/less_boring_heads_up_title"
|
||||
android:summary="@string/less_boring_heads_up_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="toast_icon"
|
||||
android:title="@string/toast_icon_title"
|
||||
|
||||
Reference in New Issue
Block a user