From c722a7cd2861538f70f2dc988cbcc4ea9362ae98 Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Tue, 25 Sep 2012 17:45:03 +0800 Subject: Add API check for "context" input port of effects recording. bug:7106963 Change-Id: Ia065903dd120bf20862c6adfd8a699277a27ac50 --- gallerycommon/src/com/android/gallery3d/common/ApiHelper.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gallerycommon') diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java index 06fb9d902..cfdde1598 100644 --- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java +++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java @@ -133,6 +133,10 @@ public class ApiHelper { public static final boolean HAS_EFFECTS_RECORDING = Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN; + // "Background" filter does not have "context" input port in jelly bean. + public static final boolean HAS_EFFECTS_RECORDING_CONTEXT_INPUT = + Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1; + public static final boolean HAS_GET_SUPPORTED_VIDEO_SIZE = Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB; -- cgit v1.2.3