Add missing DateFormat method.
Change-Id: Ia03023e65ef4a7ec90b61f1f538cbe74868c63c5
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user