summaryrefslogtreecommitdiffstats
path: root/gallerycommon
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-09-26 14:20:46 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-26 16:33:07 -0700
commit71111a19a258ded2c9e899d0e4632ea283c8ae8d (patch)
tree9f812911d1fb626f2e08d497a7f9d6d9c8173b81 /gallerycommon
parentff0dba310d010dc19ee6968bc6a9ac7fc3615cbc (diff)
downloadandroid_packages_apps_Snap-71111a19a258ded2c9e899d0e4632ea283c8ae8d.tar.gz
android_packages_apps_Snap-71111a19a258ded2c9e899d0e4632ea283c8ae8d.tar.bz2
android_packages_apps_Snap-71111a19a258ded2c9e899d0e4632ea283c8ae8d.zip
Trimming: switch to use sherlock action bar
Show a "done" instead of the icon according to the UX team. And we don't have API level dependency. bug:7093240 Change-Id: Ib331495dd233c4dcbeb3d587bd5a4d0d89039d49
Diffstat (limited to 'gallerycommon')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index cfdde1598..45a859e1e 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -165,9 +165,6 @@ public class ApiHelper {
public static final boolean CAN_START_PREVIEW_IN_JPEG_CALLBACK =
Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;
- public static final boolean HAS_MEDIA_MUXER =
- Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
-
public static int getIntFieldIfExists(Class<?> klass, String fieldName,
Class<?> obj, int defaultVal) {
try {