summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorRobert Burns <burnsra@gmail.com>2012-08-30 07:37:30 -0400
committerRobert Burns <burnsra@gmail.com>2012-08-30 07:37:30 -0400
commitd92c31d54dad46f85a1a091c51e882adfb94c115 (patch)
tree850411f0648503970e5dd5b19d52e192eb53e9f6 /overlay
parented067655c1475f42800682eb6fe672169c38229e (diff)
downloaddevice_samsung_tuna-d92c31d54dad46f85a1a091c51e882adfb94c115.zip
device_samsung_tuna-d92c31d54dad46f85a1a091c51e882adfb94c115.tar.gz
device_samsung_tuna-d92c31d54dad46f85a1a091c51e882adfb94c115.tar.bz2
Enable Torch configuration
Change-Id: Ib619a03da1b9c67fface53633eabe2d621051860
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Settings/res/values/config.xml4
-rw-r--r--overlay/packages/apps/Torch/res/values/config.xml25
2 files changed, 29 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
new file mode 100644
index 0000000..86192fc
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <bool name="has_led_flash">true</bool>
+</resources> \ No newline at end of file
diff --git a/overlay/packages/apps/Torch/res/values/config.xml b/overlay/packages/apps/Torch/res/values/config.xml
new file mode 100644
index 0000000..593661a
--- /dev/null
+++ b/overlay/packages/apps/Torch/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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. -->
+<resources>
+ <!-- If there is no sysfs-based control mechanism, enable this -->
+ <bool name="useCameraInterface">true</bool>
+</resources> \ No newline at end of file