summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2014-04-12 05:05:57 +0100
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2014-04-12 05:06:55 +0100
commit7c9742c6af99b5a395fe8b8a2d99e3f9676aa808 (patch)
tree1507c7ed0579de7b2267ffc7adea4685aa92c41a /overlay
parentdc8d35202d1fcf35755d1051b0335b13aca81825 (diff)
downloaddevice_samsung_i9300-7c9742c6af99b5a395fe8b8a2d99e3f9676aa808.zip
device_samsung_i9300-7c9742c6af99b5a395fe8b8a2d99e3f9676aa808.tar.gz
device_samsung_i9300-7c9742c6af99b5a395fe8b8a2d99e3f9676aa808.tar.bz2
Camera2: Don't try to cancel focus messages when preview stops
Change-Id: I3dc4762de2b321f3d01d6d6c07ec5fba33fb90e5
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Camera2/res/values/config.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/overlay/packages/apps/Camera2/res/values/config.xml b/overlay/packages/apps/Camera2/res/values/config.xml
new file mode 100644
index 0000000..4c02dfa
--- /dev/null
+++ b/overlay/packages/apps/Camera2/res/values/config.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2014, The CyanogenMod Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources>
+ <bool name="cancelAutoFocusOnPreviewStopped">false</bool>
+</resources>