am 6cc044b0: am b2c45abc: am 233e7e9f: am 98a6bcf4: Merge "ExifInterface: fix class load failure" into klp-dev

* commit '6cc044b0b0a095249f3929975bb7bd2f765c1327':
  ExifInterface: fix class load failure
This commit is contained in:
Marco Nelissen
2014-03-07 01:40:25 +00:00
committed by Android Git Automerger

View File

@@ -98,7 +98,7 @@ public class ExifInterface {
private static SimpleDateFormat sFormatter;
static {
System.loadLibrary("exif_jni");
System.loadLibrary("jhead_jni");
sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
}