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

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

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

* commit 'cf5c3fc7':
  Add missing ICU_Delegate methods.
parents 2c423b22 cf5c3fc7
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();
    }
}