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

Commit 1ce6baa6 authored by Geoffrey Boullanger's avatar Geoffrey Boullanger
Browse files

Remove FLAG_TELEPHONY_LOOKUP_MCC_EXTENSION after full rollout

Bug: 376493245 
Test: atest still passing
Flag: EXEMPT removing com.android.icu.telephony_lookup_mcc_extension
Ignore-AOSP-First: removing flag
Change-Id: I0fd1a099109872311e7aeadf1667a175fe3766de
parent d3af2e14
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 =