Allow using 4G icon instead LTE [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -168,4 +168,8 @@
|
|||||||
<string name="torch_power_button_gesture_dt_toast">Jump to camera gesture is now disabled</string>
|
<string name="torch_power_button_gesture_dt_toast">Jump to camera gesture is now disabled</string>
|
||||||
<string name="torch_power_button_gesture_lp">Long press power button</string>
|
<string name="torch_power_button_gesture_lp">Long press power button</string>
|
||||||
|
|
||||||
|
<!-- 4G icon -->
|
||||||
|
<string name="show_fourg_icon_title">4G icon</string>
|
||||||
|
<string name="show_fourg_icon_summary">Display 4G icon in signal icon instead LTE</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -29,6 +29,12 @@
|
|||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="statusbar_icons"
|
android:key="statusbar_icons"
|
||||||
android:title="@string/sb_icons">
|
android:title="@string/sb_icons">
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:key="show_fourg_icon"
|
||||||
|
android:title="@string/show_fourg_icon_title"
|
||||||
|
android:summary="@string/show_fourg_icon_summary"
|
||||||
|
android:defaultValue="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="systemui_tuner_statusbar"
|
android:key="systemui_tuner_statusbar"
|
||||||
|
|||||||
Reference in New Issue
Block a user