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

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

Merge "Fix for satellite pSIM" into main

parents ad6eebb8 256aa03d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1541,6 +1541,9 @@ public class SubscriptionManagerService extends ISub.Stub {
                            MccTable.updateMccMncConfiguration(mContext, mccMnc);
                        }
                        setMccMnc(subId, mccMnc);
                        if (isSatelliteSpn(subInfo.getDisplayName()) || isSatellitePlmn(mccMnc)) {
                            setNtn(subId, true);
                        }
                    } else {
                        loge("updateSubscription: mcc/mnc is empty");
                    }