summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com
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
commitf67891cb9b5a47a6412cfa88b889b4b76fd22e79 (patch)
treef9ff6e3e71751d55e1cc530b9987e2c5ddd41c08 /gallerycommon/src/com
parentea1d1d283f6e75f012fe091608cf0b588866a511 (diff)
downloadandroid_packages_apps_Snap-f67891cb9b5a47a6412cfa88b889b4b76fd22e79.tar.gz
android_packages_apps_Snap-f67891cb9b5a47a6412cfa88b889b4b76fd22e79.tar.bz2
android_packages_apps_Snap-f67891cb9b5a47a6412cfa88b889b4b76fd22e79.zip
Old panorama only supports ICS and forward.
bug:7075249 Change-Id: I0b5884459a417444966ac88284056a182104a68b
Diffstat (limited to 'gallerycommon/src/com')
-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;