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

Commit 8fe075bf authored by Ningyuan Wang's avatar Ningyuan Wang Committed by android-build-merger
Browse files

Merge "Cherry pick: Mcc should not set country code with persistent request" am: be6ba3c6

am: b336ece4

Change-Id: Ia0b1af5d848e0d806f138ee3b665fb9a4349ef1d
parents 38e54d7e b336ece4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -380,8 +380,7 @@ public final class MccTable {
        String country = MccTable.countryCodeForMcc(mcc);
        Slog.d(LOG_TAG, "WIFI_COUNTRY_CODE set to " + country);
        WifiManager wM = (WifiManager) context.getSystemService(Context.WIFI_SERVICE);
        //persist
        wM.setCountryCode(country, true);
        wM.setCountryCode(country, false);
    }

    static {