summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-07-06 23:06:44 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-07-06 23:06:44 +0400
commit2710677c95242131cbf182fc85e9521aa2c9c51b (patch)
tree030100011becc3a4eeeaff09869c434eb5ff4d6c /overlay
parent8a61508996046b8f3a05ab0ada2db45a528023e8 (diff)
parent25f5f6a0ae5c637af3e503ed75c5f8757aa9afe6 (diff)
downloaddevice_samsung_i9300-2710677c95242131cbf182fc85e9521aa2c9c51b.zip
device_samsung_i9300-2710677c95242131cbf182fc85e9521aa2c9c51b.tar.gz
device_samsung_i9300-2710677c95242131cbf182fc85e9521aa2c9c51b.tar.bz2
Merge "camera: enable zsl (zero-shutter-lag) mode" into ics
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Camera/res/values/config.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml
index 95eab5a..09dd1ad 100644
--- a/overlay/packages/apps/Camera/res/values/config.xml
+++ b/overlay/packages/apps/Camera/res/values/config.xml
@@ -24,10 +24,6 @@
<bool name="needsSamsungCamMode">true</bool>
<!-- Samsung Camera Settings -->
<bool name="hasSamsungCamSettings">true</bool>
- <!-- Restart the preview if the picture size changes -->
- <bool name="restartPreviewOnPictureSizeChange">true</bool>
- <!-- Restart the preview before taking a picture -->
- <bool name="restartPreviewBeforeTakePicture">true</bool>
- <!-- Restart the preview on picture taken -->
- <bool name="restartPreviewOnPictureTaken">true</bool>
+ <!-- Use ZSL mode -->
+ <bool name="enableZSL">true</bool>
</resources>