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

Commit 89c9169b authored by Ling Ma's avatar Ling Ma
Browse files

Persist profile Id and and modem_recognize

Fix: 406755854
Test: basic voice call + data browsing
Flag: EXEMPT bugfix
Change-Id: Ic56d06baea85a8563433eccbe3891a0461a0e899
parent 8105f876
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1534,6 +1534,8 @@ public class ApnSetting implements Parcelable {
        apnValue.put(Telephony.Carriers.ALWAYS_ON, mAlwaysOn);
        apnValue.put(Telephony.Carriers.INFRASTRUCTURE_BITMASK, mInfrastructureBitmask);
        apnValue.put(Telephony.Carriers.ESIM_BOOTSTRAP_PROVISIONING, mEsimBootstrapProvisioning);
        apnValue.put(Telephony.Carriers.PROFILE_ID, mProfileId);
        apnValue.put(Telephony.Carriers.MODEM_PERSIST, mPersistent);
        return apnValue;
    }