Cherish: 4G instead of LTE option [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
DennySPB
2020-09-30 12:18:52 +00:00
committed by Hưng Phan
parent 828d9eb29a
commit 896b34541b
2 changed files with 13 additions and 1 deletions

View File

@@ -230,4 +230,8 @@
<string name="double_tap_sleep_gesture_title">Double tap to sleep on status bar</string>
<string name="double_tap_sleep_lockscreen_title">Double tap to sleep on lockscreen</string>
<!-- 4G LTE switch -->
<string name="show_fourg_title">Show 4G instead of LTE</string>
<string name="show_fourg_summary">Replaces LTE statusbar indicators with 4G</string>
</resources>

View File

@@ -25,6 +25,14 @@
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.systemui"
android:targetClass="com.android.systemui.tuner.StatusbarItemsActivity" />
</Preference>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="show_fourg"
android:icon="@drawable/ic_4g"
android:title="@string/show_fourg_title"
android:summary="@string/show_fourg_summary"
android:defaultValue="false" />
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>