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

Commit 986c242b authored by vichang's avatar vichang Committed by Gerrit Code Review
Browse files

Merge "Deprecate the use of ICU.addLikelySubtags"

parents 0a8b7132 445aba98
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();
    }

    /**