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

Commit 7d926a87 authored by Chris Lei's avatar Chris Lei Committed by Gerrit - the friendly Code Review server
Browse files

Telephony: Update TD-SCDMA Network Type String

- Updating the string used to identify TD-SCDMA network type
  to be consistent with the ServiceState string.

Change-Id: I5aee8728ee80dc199f37414aba9019523082862c
CRs-Fixed: 564062
parent 3cb75c65
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -824,7 +824,7 @@ public class TelephonyManager {
            case NETWORK_TYPE_GSM:
            case NETWORK_TYPE_GSM:
                return "GSM";
                return "GSM";
            case NETWORK_TYPE_TD_SCDMA:
            case NETWORK_TYPE_TD_SCDMA:
                return "TD_SCDMA";
                return "TD-SCDMA";
            default:
            default:
                return "UNKNOWN";
                return "UNKNOWN";
        }
        }