Cherish:Add kill button to notification guts [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SpiritCroc
2022-09-06 22:29:40 +07:00
committed by Hưng Phan
parent 0d052b6a4b
commit 0603dc8bbf
2 changed files with 10 additions and 0 deletions

View File

@@ -59,6 +59,12 @@
android:title="@string/alert_slider_notifications_title"
android:summary="@string/alert_slider_notifications_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="notification_guts_kill_app_button"
android:title="@string/notification_guts_kill_app_button_title"
android:summary="@string/notification_guts_kill_app_button_summary"
android:defaultValue="false" />
</PreferenceCategory>