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

Commit 394364b6 authored by Geoffrey Boullanger's avatar Geoffrey Boullanger
Browse files

Revert^2 "Remove FLAG_TELEPHONY_LOOKUP_MCC_EXTENSION after..."

Revert submission 32680086-revert-31844260-remove-mcc-ext-flag-XPKMLYWLNV

Reason for revert: The reason of the previous revert was unrelated to this change

Reverted changes: /q/submissionid:32680086-revert-31844260-remove-mcc-ext-flag-XPKMLYWLNV

Change-Id: I4a3b9355ddd90828392ed6396dd73761edf9cf5e
parent d08f29e2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@ package android.timezone;
import android.annotation.NonNull;
import android.annotation.Nullable;

import com.android.icu.Flags;

import java.util.Objects;

/**
@@ -58,9 +56,6 @@ public final class TelephonyNetworkFinder {
     */
    @Nullable
    public MobileCountries findCountriesByMcc(@NonNull String mcc) {
        if (!Flags.telephonyLookupMccExtension()) {
            return null;
        }
        Objects.requireNonNull(mcc);

        com.android.i18n.timezone.MobileCountries countriesByMcc =