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

Commit 47e31924 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

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

* commit 'aef70d3f':
  Return USIM IMSI as subscriber ID in case of CDMA-LTE mode
parents 1773120c aef70d3f
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)