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

Commit eb629994 authored by Hyosun Kim's avatar Hyosun Kim Committed by Android (Google) Code Review
Browse files

Merge "Change the default infrastructure value to 'cellular|satellite'." into main

parents cc024fb2 e5ebda2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1866,7 +1866,7 @@ public class ApnSetting implements Parcelable {
        private int mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID;
        private int mSkip464Xlat = Carriers.SKIP_464XLAT_DEFAULT;
        private boolean mAlwaysOn;
        private int mInfrastructureBitmask = INFRASTRUCTURE_CELLULAR;
        private int mInfrastructureBitmask = INFRASTRUCTURE_CELLULAR | INFRASTRUCTURE_SATELLITE;
        private boolean mEsimBootstrapProvisioning;

        /**