diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Camera/res/values/config.xml | 8 |
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> |