Cherish: Add QS System Info

Change-Id: I8575808c00a43bde146e6208e0ce9c9320721dcb
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ali B
2022-02-24 23:58:57 +03:00
committed by Hưng Phan
parent 569dd1f6fe
commit 75cf940441
4 changed files with 76 additions and 0 deletions

View File

@@ -83,6 +83,19 @@
android:entryValues="@array/quick_pulldown_values"
android:defaultValue="0" />
</PreferenceCategory>
<PreferenceCategory
android:key="qs_header_category"
android:title="@string/qs_header_category_title">
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="qs_system_info"
android:title="@string/qs_system_info_title"
android:entries="@array/qs_system_info_entries"
android:entryValues="@array/qs_system_info_values"
android:defaultValue="0"
android:summary="%s" />
</PreferenceCategory>
<PreferenceCategory