Cherish:Running services icon toggle [2/2]

Change-Id: Id700ad1ec8b20d048b5faf0cd08749044e2d7c34
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Nathan Chancellor
2017-02-09 11:40:10 +05:30
committed by Hưng Phan
parent 160e055de6
commit 5dd91ba3c8
2 changed files with 10 additions and 0 deletions

View File

@@ -1210,4 +1210,8 @@
<!-- Volume panel extras -->
<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>
</resources>

View File

@@ -77,6 +77,12 @@
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:title="@string/qs_running_services_title"
android:summary="@string/qs_running_services_summary"
android:defaultValue="false" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference