diff options
author | Robert Burns <burnsra@gmail.com> | 2012-08-30 20:37:35 -0400 |
---|---|---|
committer | Robert Burns <burnsra@gmail.com> | 2012-08-30 20:37:35 -0400 |
commit | 6a680b4c0efaefa1b9bc4599224538e98d38974e (patch) | |
tree | 79575efdd254c4e1621beff6561f9c7ff1a17f33 /overlay/packages | |
parent | c900f9536bdd96c8cdb3ceedf28b1f9231c748fc (diff) | |
download | device_samsung_crespo-6a680b4c0efaefa1b9bc4599224538e98d38974e.zip device_samsung_crespo-6a680b4c0efaefa1b9bc4599224538e98d38974e.tar.gz device_samsung_crespo-6a680b4c0efaefa1b9bc4599224538e98d38974e.tar.bz2 |
Enable Torch configuration
Change-Id: I2f9be80b1eea5eee4fcbafb645b52cea8f683959
Diffstat (limited to 'overlay/packages')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 4 | ||||
-rw-r--r-- | overlay/packages/apps/Torch/res/values/config.xml | 25 |
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 |