Cherish:Running services icon toggle [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
1dc0b689d4
commit
c1f0bb7852
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user