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

Commit c3336699 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Do not reset IDs on GSM<->CDMA transition that are common to both." into sc-dev

parents f967770a fd78fe59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -444,8 +444,6 @@ public class GsmCdmaPhone extends Phone {
    private void initRatSpecific(int precisePhoneType) {
        mPendingMMIs.clear();
        mIccPhoneBookIntManager.updateIccRecords(null);
        mEsn = null;
        mMeid = null;

        mPrecisePhoneType = precisePhoneType;
        logd("Precise phone type " + mPrecisePhoneType);