Loading core/java/android/util/TimeUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ public class TimeUtils { * during the lifetime of an activity. */ public static String getTimeZoneDatabaseVersion() { return ZoneInfoDB.getVersion(); return ZoneInfoDB.getInstance().getVersion(); } /** @hide Field length that can hold 999 days of time */ Loading Loading
core/java/android/util/TimeUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ public class TimeUtils { * during the lifetime of an activity. */ public static String getTimeZoneDatabaseVersion() { return ZoneInfoDB.getVersion(); return ZoneInfoDB.getInstance().getVersion(); } /** @hide Field length that can hold 999 days of time */ Loading