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
commitd152efe9aa419becc06136f7895e4f937cc61619 (patch)
treed0155c260467a6140983645efc0a582523163ed0 /gallerycommon
parent3d2e8d6d7ba018355c79b5a8b0ee40e633931b32 (diff)
downloadandroid_packages_apps_Snap-d152efe9aa419becc06136f7895e4f937cc61619.tar.gz
android_packages_apps_Snap-d152efe9aa419becc06136f7895e4f937cc61619.tar.bz2
android_packages_apps_Snap-d152efe9aa419becc06136f7895e4f937cc61619.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;