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

Commit e5ebda2b authored by Hyosun Kim's avatar Hyosun Kim
Browse files

Change the default infrastructure value to 'cellular|satellite'.

Bug: 315080816
Test: atest TelephonyDatabaseHelperTest
Test: atest ApnSettingTest
Test: manual test
After NTN is connected, SMS/MMS is working and Internet/Voice Call is blocked.

Change-Id: I642e93a5991ba2e00ee36939f5d399263618af28
parent d1c5a800
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;

        /**