summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-08-02 21:17:22 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-08-02 21:17:22 +0700
commitddb26f5e9a690f57e08b59c6176393472fa0e989 (patch)
treeb11596372acea4afda85407396859bbbbc3ddf8e /overlay
parentbc62b5483b57b3351501ffe9d96f48abc4df1e29 (diff)
downloaddevice_samsung_aries-common-ddb26f5e9a690f57e08b59c6176393472fa0e989.zip
device_samsung_aries-common-ddb26f5e9a690f57e08b59c6176393472fa0e989.tar.gz
device_samsung_aries-common-ddb26f5e9a690f57e08b59c6176393472fa0e989.tar.bz2
Continuous autofocus for samsung phones (galaxysmtd, galaxys2) (3/3)
Change-Id: I09af1c585966a517638fa6eb89baf2e32465d596
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Camera/res/values/config.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml
new file mode 100644
index 0000000..e3c4675
--- /dev/null
+++ b/overlay/packages/apps/Camera/res/values/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2011, 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>
+ <!-- Samsung Continuous Autofocus -->
+ <bool name="needsSamsungContinuousAf">true</bool>
+
+ <!-- Samsung Special Settings -->
+ <bool name="needsSamsungSpecialSettings">true</bool>
+</resources>