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

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

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

* commit 'bf361b59':
  Return IMEI SV if CDMA-LTE mode is used
parents 9139868b bf361b59
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)