summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android/gallery3d/common
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-08-29 14:41:42 +0800
committerWu-cheng Li <wuchengli@google.com>2012-08-29 14:42:30 +0800
commitd670c560a9cdc9d695233c5ff6dda2f91ee6eff8 (patch)
tree181bbb497539c91efa6dea5e69258c8650d4787e /gallerycommon/src/com/android/gallery3d/common
parent45d791d5271e7283550140cfaca5b4bdfa0c0d14 (diff)
downloadandroid_packages_apps_Snap-d670c560a9cdc9d695233c5ff6dda2f91ee6eff8.tar.gz
android_packages_apps_Snap-d670c560a9cdc9d695233c5ff6dda2f91ee6eff8.tar.bz2
android_packages_apps_Snap-d670c560a9cdc9d695233c5ff6dda2f91ee6eff8.zip
Old panorama only supports ICS and forward.
bug:7075249 Change-Id: I0b5884459a417444966ac88284056a182104a68b
Diffstat (limited to 'gallerycommon/src/com/android/gallery3d/common')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index 402424123..ca778365c 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -106,8 +106,8 @@ public class ApiHelper {
public static final boolean HAS_MEDIA_ACTION_SOUND =
Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
- public static final boolean HAS_PANORAMA =
- Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;
+ public static final boolean HAS_OLD_PANORAMA =
+ Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;
public static final boolean HAS_TIME_LAPSE_RECORDING =
Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;