Merge "Add missing DateFormat method." into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
169c11dd39
@@ -34,4 +34,9 @@ public class DateFormat_Delegate {
|
|||||||
/*package*/ static boolean is24HourFormat(Context context) {
|
/*package*/ static boolean is24HourFormat(Context context) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@LayoutlibDelegate
|
||||||
|
/*package*/ static boolean is24HourFormat(Context context, int userHandle) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user