summaryrefslogtreecommitdiffstats
path: root/gallerycommon
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
commit17f5d9c8ec1074f60ee89d6f7529b939c6d63d76 (patch)
treee94ed10a34033cb5743a5ca1e070ca4d22869e87 /gallerycommon
parentdb875474c3cd23dd504c0f0d9be24d879d3eb1b3 (diff)
downloadandroid_packages_apps_Gallery2-17f5d9c8ec1074f60ee89d6f7529b939c6d63d76.tar.gz
android_packages_apps_Gallery2-17f5d9c8ec1074f60ee89d6f7529b939c6d63d76.tar.bz2
android_packages_apps_Gallery2-17f5d9c8ec1074f60ee89d6f7529b939c6d63d76.zip
Set default video quality to the highest
Bug: 9886141 Change-Id: I4741d5c898ac666923cfc12abc78d5d3517cb05f
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 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;