From 561df21b1651cf6b266f241bb1a3945c05c229bf Mon Sep 17 00:00:00 2001 From: Teng-Hui Zhu Date: Sun, 23 Sep 2012 15:02:56 -0700 Subject: The trimming solution with the mp4parser library. bug:7093055 Change-Id: I598a81d80c9c5107696f3af7761207e3ec88f3ff --- gallerycommon/src/com/android/gallery3d/common/ApiHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gallerycommon/src/com/android/gallery3d/common') diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java index fe5e795d7..802f4ec18 100644 --- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java +++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java @@ -161,7 +161,7 @@ public class ApiHelper { Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH; public static final boolean HAS_MEDIA_MUXER = - Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1; + Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN; public static int getIntFieldIfExists(Class klass, String fieldName, Class obj, int defaultVal) { -- cgit v1.2.3