summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android
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
commit58379a0f462b13106dacabdf896fa1e22af1cc85 (patch)
tree771e7978cbef2a227b1a4673d41d7c728a0f62b2 /gallerycommon/src/com/android
parent026f5ae50aa45536805c286f03775e1c28c4b983 (diff)
downloadandroid_packages_apps_Snap-58379a0f462b13106dacabdf896fa1e22af1cc85.tar.gz
android_packages_apps_Snap-58379a0f462b13106dacabdf896fa1e22af1cc85.tar.bz2
android_packages_apps_Snap-58379a0f462b13106dacabdf896fa1e22af1cc85.zip
Remove CAN_USE_FLAG_SECURE constant.
bug:7191713 Change-Id: Ia439970d9b51316ccf003fa17453deed7a27cf2b
Diffstat (limited to 'gallerycommon/src/com/android')
-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;