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

Commit 3331df77 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Deprecate the use of ICU.addLikelySubtags"

parents 4462d94b 57e23f19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ public class LocaleHelper {
     * @return the maximized Locale instance.
     */
    public static Locale addLikelySubtags(Locale locale) {
        return libcore.icu.ICU.addLikelySubtags(locale);
        return ULocale.addLikelySubtags(ULocale.forLocale(locale)).toLocale();
    }

    /**