diff options
author | mauimauer <sebastian@n-unity.de> | 2011-12-30 10:10:21 +0100 |
---|---|---|
committer | mauimauer <sebastian@n-unity.de> | 2011-12-30 10:10:21 +0100 |
commit | 20b5c3f318e84ebc6350ef507eb6bd9b9d30ef74 (patch) | |
tree | 12e30321d69ff81c1e9f176e1d8a03258f0da43e /overlay | |
parent | b82df081b3156ee925b5e1fc616b05961af9ea8c (diff) | |
download | device_samsung_n7000-20b5c3f318e84ebc6350ef507eb6bd9b9d30ef74.zip device_samsung_n7000-20b5c3f318e84ebc6350ef507eb6bd9b9d30ef74.tar.gz device_samsung_n7000-20b5c3f318e84ebc6350ef507eb6bd9b9d30ef74.tar.bz2 |
Changed LUN path and added OMX stuff
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Camera/res/values/config.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml new file mode 100644 index 0000000..65687b6 --- /dev/null +++ b/overlay/packages/apps/Camera/res/values/config.xml @@ -0,0 +1,23 @@ +<?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> + <!-- Samsung Camcorder Mode --> + <bool name="needsSamsungCamMode">true</bool> +</resources> |