Cherish:Running services icon toggle [2/2]

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 1dc0b689d4
commit c1f0bb7852
2 changed files with 10 additions and 0 deletions

View File

@@ -261,4 +261,8 @@
<string name="clock_date_left">Left of time</string>
<string name="clock_date_position">Date position</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

@@ -20,6 +20,12 @@
<PreferenceCategory
android:title="@string/qs_title">
<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" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="quick_settings_vibrate"