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

Commit be067873 authored by Calvin On's avatar Calvin On Committed by Android (Google) Code Review
Browse files

Merge "Revert "Remove FLAG_TELEPHONY_LOOKUP_MCC_EXTENSION after full ro..."" into main

parents b9b693d0 d08f29e2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ package android.timezone;
import android.annotation.NonNull;
import android.annotation.Nullable;

import com.android.icu.Flags;

import java.util.Objects;

/**
@@ -56,6 +58,9 @@ 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 =