Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63e4ebe1 authored by Adnan Begovic's avatar Adnan Begovic
Browse files

SystemUI: Lte -> LTE.

Change-Id: I7c13c774c08adf9d539b6bad84109a1e20281e3a
parent 7e315d29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,4 +87,6 @@

    <string name="left_shortcut_hint">Swipe right for %1$s</string>
    <string name="right_shortcut_hint">Swipe left for %1$s</string>

    <string name="quick_settings_lte_tile_title">LTE</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ public class LteTile extends QSTile<QSTile.BooleanState> {
            return;
        }

        state.label = mContext.getString(R.string.quick_settings_lte_tile_title);

        switch (getCurrentPreferredNetworkMode()) {
            case Phone.NT_MODE_GLOBAL:
            case Phone.NT_MODE_LTE_CDMA_AND_EVDO: