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

Commit 169c11dd authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Add missing DateFormat method." into lmp-mr1-dev

parents 565b6b41 6aede34e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,4 +34,9 @@ public class DateFormat_Delegate {
    /*package*/ static boolean is24HourFormat(Context context) {
        return false;
    }

    @LayoutlibDelegate
    /*package*/ static boolean is24HourFormat(Context context, int userHandle) {
        return false;
    }
}