From c021f58653f8350a2d86753fadfb2feda177d03f Mon Sep 17 00:00:00 2001 From: Pin Ting Date: Thu, 23 Aug 2012 10:50:39 +0800 Subject: Hide UI entry of effects recording. Change-Id: Ie35526e7fbc38c56c0c19653ba50fcafb685791b --- gallerycommon/src/com/android/gallery3d/common/ApiHelper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gallerycommon/src/com/android/gallery3d/common') 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; -- cgit v1.2.3