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

Commit c27cc404 authored by vichang's avatar vichang Committed by android-build-merger
Browse files

Merge "Deprecate the use of ICU.addLikelySubtags"

am: 986c242b

Change-Id: I86af54c4b0ca2d311a3ef1290972b47b5ddb0f8b
parents ed4371c5 986c242b
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();
    }

    /**