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:
@@ -477,4 +477,8 @@
|
|||||||
<string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
|
<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>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -84,6 +84,12 @@
|
|||||||
android:summary="@string/use_old_mobiletype_summary"
|
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
|
<Preference
|
||||||
android:key="systemui_tuner_statusbar"
|
android:key="systemui_tuner_statusbar"
|
||||||
android:title="@string/statusbar_items_category" >
|
android:title="@string/statusbar_items_category" >
|
||||||
|
|||||||
Reference in New Issue
Block a user