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

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

Merge "Deprecate the use of ICU.addLikelySubtags" am: 986c242b

am: c27cc404

Change-Id: I35a5dd3715d64316672b77ca79d69e2269f82cf6
parents 394c2479 c27cc404
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();
    }

    /**