Allow using 4G icon instead LTE [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -168,5 +168,9 @@
|
||||
<string name="torch_power_button_gesture_dt">Double tap power button (slower single tap response), Disables double power tap for camera.</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>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
@@ -29,6 +29,12 @@
|
||||
<PreferenceCategory
|
||||
android:key="statusbar_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
|
||||
android:key="systemui_tuner_statusbar"
|
||||
|
||||
Reference in New Issue
Block a user