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

Commit e2b67777 authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Add missing ICU_Delegate methods.

Update the ICU_Delegate to add methods originally added in
I5de58be7e8a701f2c40182ea54bceff85ec1aad2

Change-Id: I536834fe76cbc7dae05580182fee1bea956e3e77
parent fc3c6a0e
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();
    }
}