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

Commit bfe2c0c9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove FLAG_TELEPHONY_LOOKUP_MCC_EXTENSION after full rollout" into main

parents 4bfc4100 1ce6baa6
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 =