am 0bb497b8: Merge "Use the newer ZoneInfoDB API."

* commit '0bb497b8d1bac2206df89a878ecb7e356d21fe99':
  Use the newer ZoneInfoDB API.
This commit is contained in:
Elliott Hughes
2013-04-26 12:38:04 -07:00
committed by Android Git Automerger

View File

@@ -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 */