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

Commit aed29498 authored by Kazuhiro Ondo's avatar Kazuhiro Ondo Committed by Android Git Automerger
Browse files

am 5abddc73: am bf361b59: Return IMEI SV if CDMA-LTE mode is used

* commit '5abddc73':
  Return IMEI SV if CDMA-LTE mode is used
parents db94b0a5 5abddc73
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -140,6 +140,11 @@ public class CDMALTEPhone extends CDMAPhone {
        return mImei;
    }

    @Override
    public String getDeviceSvn() {
        return mImeiSv;
    }

    @Override
    protected void log(String s) {
        if (DBG)