diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-04-21 01:41:49 -0400 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-04-21 08:46:04 -0400 |
commit | 7efa579eeaf430235409171ac86f24cf2758a2a7 (patch) | |
tree | 961f61cf0e9c0a84b4621291bf69b3979a2977dd /overlay | |
parent | e4fba94e05128f5d2e1de45e070e8f55388ac667 (diff) | |
download | device_samsung_n7000-7efa579eeaf430235409171ac86f24cf2758a2a7.zip device_samsung_n7000-7efa579eeaf430235409171ac86f24cf2758a2a7.tar.gz device_samsung_n7000-7efa579eeaf430235409171ac86f24cf2758a2a7.tar.bz2 |
more changes from galaxys2
Change-Id: I7a0c5dd0c196bc55358dac47836d3d821d62ef7c
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 24 | ||||
-rw-r--r-- | overlay/packages/apps/Torch/res/values/config.xml | 26 |
2 files changed, 50 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..f2c22fd --- /dev/null +++ b/overlay/packages/apps/Settings/res/values/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2012 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 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> +</resources> 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..d0ea1d0 --- /dev/null +++ b/overlay/packages/apps/Torch/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. +*/ +--> + +<!-- 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> |