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

Commit cf5c3fc7 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 53b7df19: Merge "Add missing ICU_Delegate methods."

* commit '53b7df19':
  Add missing ICU_Delegate methods.
parents 5246f459 53b7df19
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -247,4 +247,14 @@ public class ICU_Delegate {

        return true;
    }

    @LayoutlibDelegate
    /*package*/ static void setDefaultLocale(String locale) {
        ICU.setDefaultLocale(locale);
    }

    @LayoutlibDelegate
    /*package*/ static String getDefaultLocale() {
        return ICU.getDefaultLocale();
    }
}