Revert "Cherish:Running services icon toggle [2/2]"

This reverts commit 5dd91ba3c8.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-06-26 15:01:16 +07:00
parent 79da3af2bf
commit 6e30f895ea
2 changed files with 0 additions and 11 deletions

View File

@@ -1028,10 +1028,6 @@
<string name="volume_panel_tint_title">Tint the active volume bar</string>
<string name="volume_panel_tint_summary">Use a color gradient to tint the active volume bar</string>
<!-- Running Services button -->
<string name="qs_running_services_title">Running Services Icon</string>
<string name="qs_running_services_summary">Enable the running services icon in the footer</string>
<!-- Notification background opacity -->
<string name="notification_alpha_title">Notification background opacity</string>

View File

@@ -68,13 +68,6 @@
android:entries="@array/qs_datausage_entries"
android:entryValues="@array/qs_datausage_values"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_running_services_toggle"
android:icon="@drawable/ic_run"
android:title="@string/qs_running_services_title"
android:summary="@string/qs_running_services_summary"
android:defaultValue="false" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference