Cherish: HeadsUp blacklists (2/2)

Change-Id: Ie86a3d43fdb14f96131e48c14ebb9f2818a222a3
This commit is contained in:
Decad3nce
2019-10-04 21:32:56 +02:00
committed by Hung Phan
parent 6ad6b05a6c
commit c1a78463ae
6 changed files with 436 additions and 0 deletions

View File

@@ -62,6 +62,20 @@
android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory
android:key="notification_stat"
android:title="@string/notification_stat">
<com.cherish.settings.preferences.GlobalSettingMasterSwitchPreference
android:key="heads_up_notifications_enabled"
android:icon="@drawable/ic_blacklist"
android:fragment="com.cherish.settings.fragments.HeadsUp"
android:title="@string/heads_up_notifications"
android:summary="@string/heads_up_notifications_summary"
android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/qs_title">