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

Commit a08e295f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Persist profile Id and and modem_recognize" into main

parents 0d6e4c8b 89c9169b
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;
    }