summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com
diff options
context:
space:
mode:
authorPin Ting <pinting@google.com>2012-08-23 10:50:39 +0800
committerPin Ting <pinting@google.com>2012-08-23 10:50:39 +0800
commitc021f58653f8350a2d86753fadfb2feda177d03f (patch)
tree8b9c0ab6b6e327e27517c3df5480cc8b1cf6acef /gallerycommon/src/com
parent5b75f104029c8e89f73a062a194637fc3e281e63 (diff)
downloadandroid_packages_apps_Snap-c021f58653f8350a2d86753fadfb2feda177d03f.tar.gz
android_packages_apps_Snap-c021f58653f8350a2d86753fadfb2feda177d03f.tar.bz2
android_packages_apps_Snap-c021f58653f8350a2d86753fadfb2feda177d03f.zip
Hide UI entry of effects recording.
Change-Id: Ie35526e7fbc38c56c0c19653ba50fcafb685791b
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 819b56af7..03181ca64 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -133,8 +133,7 @@ public class ApiHelper {
public static final boolean HAS_SHARE_ACTION_PROVIDER =
Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;
- public static final boolean HAS_EFFECTS_RECORDING =
- Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
+ public static final boolean HAS_EFFECTS_RECORDING = false;
public static final boolean HAS_GET_SUPPORTED_VIDEO_SIZE =
Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;