Cherish:Toggle data usage view on QS footer [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
travarilo
2022-09-07 22:03:32 +07:00
committed by Hưng Phan
parent cb2dd7b7ef
commit 173d7e5697
2 changed files with 16 additions and 0 deletions

View File

@@ -79,6 +79,17 @@
android:summary="@string/qs_show_auto_brightness_summary"
android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/qs_footer_category">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_data_usage"
android:title="@string/qs_footer_datausage_title"
android:summary="@string/qs_footer_datausage_summary"
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory