Cherish:Allow to disable qs footer warnings [2/2]

Change-Id: Id521c1c999705e1a6c92ede5ccf5cc656ccf24ec
Signed-off-by: Shubham Singh <coolsks94@gmail.com>
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
ezio84
2021-12-24 20:00:32 +07:00
committed by Hưng Phan
parent e75c5ee1d3
commit db593e1e71
2 changed files with 10 additions and 0 deletions

View File

@@ -46,6 +46,12 @@
android:entryValues="@array/quick_pulldown_values"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_warnings"
android:title="@string/qs_footer_warnings_title"
android:summary="@string/qs_footer_warnings_summary"
android:defaultValue="true" />
</PreferenceCategory>
</PreferenceScreen>