summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-09-23 15:02:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-24 13:36:40 -0700
commit53b1c293a1ebb18e18d8b7df3c976f1b7392a18e (patch)
tree3febef15602ada1d2b89b376a87ed55c2e686c0a /gallerycommon/src/com/android
parent58379a0f462b13106dacabdf896fa1e22af1cc85 (diff)
downloadandroid_packages_apps_Snap-53b1c293a1ebb18e18d8b7df3c976f1b7392a18e.tar.gz
android_packages_apps_Snap-53b1c293a1ebb18e18d8b7df3c976f1b7392a18e.tar.bz2
android_packages_apps_Snap-53b1c293a1ebb18e18d8b7df3c976f1b7392a18e.zip
The trimming solution with the mp4parser library.
bug:7093055 Change-Id: I598a81d80c9c5107696f3af7761207e3ec88f3ff
Diffstat (limited to 'gallerycommon/src/com/android')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java2
1 files changed, 1 insertions, 1 deletions
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) {