Cherish: Allow hiding call strength icons [2/2]

Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SagarMakhar
2021-11-02 14:34:35 +00:00
committed by Hưng Phan
parent e64b39a4cb
commit 7ef7d6025f
2 changed files with 11 additions and 1 deletions

View File

@@ -477,4 +477,8 @@
<string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
<string name="status_bar_battery_percentage_text_next">Next to the icon</string>
<!-- Call strength icons in QS -->
<string name="show_qs_call_strength_icon_title">Show call strength icon(s)</string>
<string name="show_qs_call_strength_icon_summary">Show call strength icons in QuickSettings panel when available</string>
</resources>

View File

@@ -82,7 +82,13 @@
android:key="use_old_mobiletype"
android:title="@string/use_old_mobiletype_title"
android:summary="@string/use_old_mobiletype_summary"
android:defaultValue="false" />
android:defaultValue="false" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="hide_qs_call_strength"
android:title="@string/show_qs_call_strength_icon_title"
android:summary="@string/show_qs_call_strength_icon_summary"
android:defaultValue="true" />
<Preference
android:key="systemui_tuner_statusbar"