* commit '233e7e9f64be5e85196dd959824bce9a69b2fd99': ExifInterface: fix class load failure
This commit is contained in:
@@ -98,7 +98,7 @@ public class ExifInterface {
|
|||||||
private static SimpleDateFormat sFormatter;
|
private static SimpleDateFormat sFormatter;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
System.loadLibrary("exif_jni");
|
System.loadLibrary("jhead_jni");
|
||||||
sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
|
sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
|
||||||
sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
|
sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user