Merge "Use the newer ZoneInfoDB API."
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user