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

Commit 198e44af authored by Chinmay Dhodapkar's avatar Chinmay Dhodapkar
Browse files

Fix typo in documentation

Bug: 318038244
Test: doc change only. no code change
Change-Id: I64c6cbe65f38bd71e7f7748611e78108b6b4fb6d
parent 22345890
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4212,7 +4212,7 @@ public class SubscriptionManagerService extends ISub.Stub {
    /**
     * @param mccMnc MccMnc value to check whether it supports non-terrestrial network or not.
     * @return {@code true} if MCC/MNC is matched with in the device overlay key
     * "config_satellite_esim_identifier", {@code false} otherwise.
     * "config_satellite_sim_identifier", {@code false} otherwise.
     */
    private boolean isSatellitePlmn(@NonNull String mccMnc) {
        if (!mFeatureFlags.oemEnabledSatelliteFlag()) {