diff options
author | Wu-cheng Li <wuchengli@google.com> | 2012-09-30 23:13:00 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2012-09-30 23:13:00 +0800 |
commit | e8feb0cfbe90efb8c0d69b75d2f3dd0fbd88d29a (patch) | |
tree | d4a5ba718406ace96fcf7b4998e21fb96b7ed701 /gallerycommon/src/com/android | |
parent | dacc688e9237890bd1698ccfa1e6402dc9f24f15 (diff) | |
download | android_packages_apps_Snap-e8feb0cfbe90efb8c0d69b75d2f3dd0fbd88d29a.tar.gz android_packages_apps_Snap-e8feb0cfbe90efb8c0d69b75d2f3dd0fbd88d29a.tar.bz2 android_packages_apps_Snap-e8feb0cfbe90efb8c0d69b75d2f3dd0fbd88d29a.zip |
Disable effects recording UI.
bug:7106963
Change-Id: I1c056b30efd9b2d8c976b611ada971a8bff1ad87
Diffstat (limited to 'gallerycommon/src/com/android')
-rw-r--r-- | gallerycommon/src/com/android/gallery3d/common/ApiHelper.java | 3 |
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 = |