Cherish: Add QS System Info [2/2]

Change-Id: Idb3c59814aac350a93ea16501de96ca1490b252a
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ali B
2022-08-04 15:02:55 +08:00
committed by Hưng Phan
parent 8620bfc9e7
commit 25c1e4f684
3 changed files with 31 additions and 0 deletions

View File

@@ -32,6 +32,13 @@
android:max="100"
android:min="1" />
<com.cherish.settings.preferences.SystemSettingListPreference
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" />
<!-- QS date -->
<com.cherish.settings.preferences.SystemSettingSwitchPreference