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

Commit 7bfb80d1 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 47e31924: am aef70d3f: Merge "Return USIM IMSI as subscriber ID in case of...

am 47e31924: am aef70d3f: Merge "Return USIM IMSI as subscriber ID in case of CDMA-LTE mode" into honeycomb-LTE

* commit '47e31924':
  Return USIM IMSI as subscriber ID in case of CDMA-LTE mode
parents b939b4d3 47e31924
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -129,6 +129,12 @@ public class CDMALTEPhone extends CDMAPhone {
        super.setSystemLocale(language, country, false);
    }

    // return IMSI from USIM as subscriber ID.
    @Override
    public String getSubscriberId() {
        return mIccRecords.getIMSI();
    }

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