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

@@ -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