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

Commit aef70d3f authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

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

parents ac4ff895 7c2d6fd6
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)