summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android/gallery3d/common
diff options
context:
space:
mode:
authorPin Ting <pinting@google.com>2012-09-25 15:20:36 +0800
committerPin Ting <pinting@google.com>2012-09-25 16:23:46 +0800
commit32de13e9dd6905f548ca74a60056fabd4c499b99 (patch)
tree5894614c8c6df388bc3099d764f9838922441156 /gallerycommon/src/com/android/gallery3d/common
parent92d01cafb390a886cf45b9df60007d403a7051eb (diff)
downloadandroid_packages_apps_Snap-32de13e9dd6905f548ca74a60056fabd4c499b99.tar.gz
android_packages_apps_Snap-32de13e9dd6905f548ca74a60056fabd4c499b99.tar.bz2
android_packages_apps_Snap-32de13e9dd6905f548ca74a60056fabd4c499b99.zip
Enable effects recording in JellyBean.
Bug:7106963 Change-Id: I2ef0a30d1b9c970fdd9ce01459173db3bde99c6b
Diffstat (limited to 'gallerycommon/src/com/android/gallery3d/common')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index 802f4ec18..06fb9d902 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -130,7 +130,8 @@ 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 = false;
+ public static final boolean HAS_EFFECTS_RECORDING =
+ Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
public static final boolean HAS_GET_SUPPORTED_VIDEO_SIZE =
Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;