summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-07-31 11:25:09 -0700
committerDoris Liu <tianliu@google.com>2013-07-31 14:23:37 -0700
commit3f7e00441f65ebd463a68d4c687589a65980ac5b (patch)
treefc5e36dfe6a3e237d56de34126720fe9f0ff8ddf /gallerycommon/src
parent6d29a648f497f827d623d7af0b679e98ea58bf90 (diff)
downloadandroid_packages_apps_Snap-3f7e00441f65ebd463a68d4c687589a65980ac5b.tar.gz
android_packages_apps_Snap-3f7e00441f65ebd463a68d4c687589a65980ac5b.tar.bz2
android_packages_apps_Snap-3f7e00441f65ebd463a68d4c687589a65980ac5b.zip
Set default video quality to the highest
Bug: 9886141 Change-Id: I4741d5c898ac666923cfc12abc78d5d3517cb05f
Diffstat (limited to 'gallerycommon/src')
-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 f58045007..f4de5c9ff 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -125,9 +125,6 @@ public class ApiHelper {
public static final boolean HAS_CAMERA_METERING_AREA =
Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;
- public static final boolean HAS_FINE_RESOLUTION_QUALITY_LEVELS =
- Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;
-
public static final boolean HAS_MOTION_EVENT_TRANSFORM =
Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;