summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorJanson Kang <temasek71@gmail.com>2013-10-24 07:34:29 +0800
committerJanson Kang <temasek71@gmail.com>2013-10-24 10:08:12 +0800
commit8049da644f7dacf21edec2ae73ad6be0f0d19236 (patch)
tree7c9ee12f67f520cf5d58c9ed329c0739519fa711 /overlay
parent89e1b4db1112ab64e135a27d66845f42f70e529e (diff)
downloaddevice_samsung_smdk4412-common-8049da644f7dacf21edec2ae73ad6be0f0d19236.tar.gz
device_samsung_smdk4412-common-8049da644f7dacf21edec2ae73ad6be0f0d19236.tar.bz2
device_samsung_smdk4412-common-8049da644f7dacf21edec2ae73ad6be0f0d19236.zip
smdk4412-common: Update torch overlays
Change-Id: I66f5fec4ce2cc8ca53642f5420d1f2356696c080
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
-rw-r--r--overlay/packages/apps/Settings/res/values/config.xml3
2 files changed, 3 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index c250012..4d8fdf2 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -229,4 +229,7 @@
<item>10</item>
</integer-array>
+ <!-- Device supports LED flashlight -->
+ <bool name="config_enableTorch">true</bool>
+
</resources>
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
index cab0373..5b1dfa3 100644
--- a/overlay/packages/apps/Settings/res/values/config.xml
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -16,9 +16,6 @@
-->
<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 ">
- <!-- LED Flashlight -->
- <bool name="has_led_flash">true</bool>
-
<!-- Dock Settings -->
<bool name="has_dock_settings">true</bool>