summaryrefslogtreecommitdiffstats
path: root/gallerycommon
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-09-19 15:42:47 +0800
committerWu-cheng Li <wuchengli@google.com>2012-09-20 17:35:23 +0800
commit626baf694dcf3f4b27313ce5f6b33be7a5124ff6 (patch)
tree96b1bcfcebfe2ccc80ddfa967bc60029f9104dd4 /gallerycommon
parent146f1ba7e3586428624db5b1b2189867bf01e538 (diff)
downloadandroid_packages_apps_Snap-626baf694dcf3f4b27313ce5f6b33be7a5124ff6.tar.gz
android_packages_apps_Snap-626baf694dcf3f4b27313ce5f6b33be7a5124ff6.tar.bz2
android_packages_apps_Snap-626baf694dcf3f4b27313ce5f6b33be7a5124ff6.zip
Remove CAN_USE_FLAG_SECURE constant.
bug:7191713 Change-Id: Ia439970d9b51316ccf003fa17453deed7a27cf2b
Diffstat (limited to 'gallerycommon')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index df6f94048..fe5e795d7 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -160,9 +160,6 @@ public class ApiHelper {
public static final boolean CAN_START_PREVIEW_IN_JPEG_CALLBACK =
Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;
- public static final boolean CAN_USE_FLAG_SECURE =
- Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;
-
public static final boolean HAS_MEDIA_MUXER =
Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1;