summaryrefslogtreecommitdiffstats
path: root/overlay/packages/apps/Camera2
diff options
context:
space:
mode:
authorlion0738 <lion0738@naver.com>2013-11-17 23:27:06 +0400
committerPavel Kirpichyov <pavel.kirpichyov@gmail.com>2013-11-17 23:28:13 +0400
commitc0e6826cf435f816102c6748119a19e091727c41 (patch)
tree09ab007334ee537996fa1f0d03d5d7f31a41da55 /overlay/packages/apps/Camera2
parente43d6d9042ea080bd5c72acc816f573c07ba24cb (diff)
downloaddevice_samsung_galaxys2-common-c0e6826cf435f816102c6748119a19e091727c41.zip
device_samsung_galaxys2-common-c0e6826cf435f816102c6748119a19e091727c41.tar.gz
device_samsung_galaxys2-common-c0e6826cf435f816102c6748119a19e091727c41.tar.bz2
galaxys2: update camera overlay
Change-Id: Icce206f9b1747f015076bd19aeb1fdd8f20a754c
Diffstat (limited to 'overlay/packages/apps/Camera2')
-rw-r--r--overlay/packages/apps/Camera2/res/values/config.xml25
1 files changed, 25 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..4217a77
--- /dev/null
+++ b/overlay/packages/apps/Camera2/res/values/config.xml
@@ -0,0 +1,25 @@
+<?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>
+ <!-- Allows setting video size before recording starts -->
+ <bool name="needsEarlyVideoSize">true</bool>
+ <!-- Samsung Camcorder Mode -->
+ <bool name="needsSamsungCamMode">true</bool>
+</resources>