summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-09-30 23:13:00 +0800
committerWu-cheng Li <wuchengli@google.com>2012-09-30 23:13:00 +0800
commit6be3a50c190eed6e2762b7a6ef05378a26c9339c (patch)
tree816d1dd823946a89bf1cae9c7b906829017584a2 /gallerycommon/src/com
parentf5b88e01430c24c9d21055a1e5656fea4f3fd6ae (diff)
downloadandroid_packages_apps_Snap-6be3a50c190eed6e2762b7a6ef05378a26c9339c.tar.gz
android_packages_apps_Snap-6be3a50c190eed6e2762b7a6ef05378a26c9339c.tar.bz2
android_packages_apps_Snap-6be3a50c190eed6e2762b7a6ef05378a26c9339c.zip
Disable effects recording UI.
bug:7106963 Change-Id: I1c056b30efd9b2d8c976b611ada971a8bff1ad87
Diffstat (limited to 'gallerycommon/src/com')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index 45a859e1e..738ae3d90 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -130,8 +130,7 @@ public class ApiHelper {
public static final boolean HAS_MOTION_EVENT_TRANSFORM =
Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;
- public static final boolean HAS_EFFECTS_RECORDING =
- Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
+ public static final boolean HAS_EFFECTS_RECORDING = false;
// "Background" filter does not have "context" input port in jelly bean.
public static final boolean HAS_EFFECTS_RECORDING_CONTEXT_INPUT =