diff options
| author | Gabriele M <moto.falcon.git@gmail.com> | 2016-05-12 14:13:29 +0200 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-05-13 13:15:08 -0700 |
| commit | 984402cfd821950dce887719e68866f7e71e2fc6 (patch) | |
| tree | 1f567c382bb57ad41c93eb4936a7e1806a3e2473 | |
| parent | 228167b6e76248be42880a8eb20f40c10aa12650 (diff) | |
msm8226-common: Snap: Enable noise reduction by default
Change-Id: I6a7a90923ae46c31783c4ed34e654513944e7a1e
| -rw-r--r-- | overlay/packages/apps/Snap/res/values/qcomstrings.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/overlay/packages/apps/Snap/res/values/qcomstrings.xml b/overlay/packages/apps/Snap/res/values/qcomstrings.xml new file mode 100644 index 0000000..9ad1713 --- /dev/null +++ b/overlay/packages/apps/Snap/res/values/qcomstrings.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. + Copyright (C) 2014-2016 The CyanogenMod Project + + Not a Contribution. + + Copyright (C) 2007 The Android Open Source 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> + + <!-- Denoise --> + <string name="pref_camera_denoise_default" translatable="false">denoise-on</string> + +</resources> |
