summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/module
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2014-08-21 10:01:00 -0700
committerSascha Haeberling <haeberling@google.com>2014-08-22 18:56:23 -0700
commit4c1bffecc94cedf56d188eca40bd65a854746413 (patch)
tree8ab408ce7f551999fb53d827c5b741c53c961f0c /src/com/android/camera/module
parent6a836bffd12d036e3c85c29134f2ada14df3c2f1 (diff)
downloadandroid_packages_apps_Camera2-4c1bffecc94cedf56d188eca40bd65a854746413.tar.gz
android_packages_apps_Camera2-4c1bffecc94cedf56d188eca40bd65a854746413.tar.bz2
android_packages_apps_Camera2-4c1bffecc94cedf56d188eca40bd65a854746413.zip
Enable switching within CaptureModule to HDR+ and back.
Bug: 16945820 Change-Id: If92371129c5bf2a78b7623d745a8b86d218d32e1
Diffstat (limited to 'src/com/android/camera/module')
-rw-r--r--src/com/android/camera/module/ModulesInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/module/ModulesInfo.java b/src/com/android/camera/module/ModulesInfo.java
index 132d5ec78..62ad8e558 100644
--- a/src/com/android/camera/module/ModulesInfo.java
+++ b/src/com/android/camera/module/ModulesInfo.java
@@ -58,7 +58,7 @@ public class ModulesInfo {
registerRefocusModule(moduleManager, context.getResources()
.getInteger(R.integer.camera_mode_refocus));
}
- if (GcamHelper.hasGcamCapture()) {
+ if (GcamHelper.hasGcamAsSeparateModule()) {
registerGcamModule(moduleManager, context.getResources()
.getInteger(R.integer.camera_mode_gcam));
}