Cherish: 4G instead of LTE option [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user