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

Commit d08f29e2 authored by Satish Yalla's avatar Satish Yalla Committed by Android (Google) Code Review
Browse files

Revert "Remove FLAG_TELEPHONY_LOOKUP_MCC_EXTENSION after full ro..."

Revert submission 31844260-remove-mcc-ext-flag

Reason for revert: Droidmonitor created revert due to b/406352516. Will be verified through ABTD for standard investigation.

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

Change-Id: I43ca4d6c1a292479c96f8fde483686a857a89970
parent 1ce6baa6
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 =