diff options
author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2014-05-17 22:19:42 +0100 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2014-05-17 22:24:33 +0100 |
commit | 97e9cdd9c2e9a12e15e2e94db8f404437637a839 (patch) | |
tree | 4ca4d0c97632a80dfa8de54f4db71932842e9a68 /overlay | |
parent | d2ec7605b81666eaa42ed8036ed1c88d52f9d64b (diff) | |
download | device_samsung_i9300-97e9cdd9c2e9a12e15e2e94db8f404437637a839.zip device_samsung_i9300-97e9cdd9c2e9a12e15e2e94db8f404437637a839.tar.gz device_samsung_i9300-97e9cdd9c2e9a12e15e2e94db8f404437637a839.tar.bz2 |
Revert "Camera2: Don't try to cancel focus messages when preview stops"
This reverts commit 7c9742c6af99b5a395fe8b8a2d99e3f9676aa808.
Change-Id: Icf8f4024c92537e1fde1e17191196135e28cbf9a
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Camera2/res/values/config.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/overlay/packages/apps/Camera2/res/values/config.xml b/overlay/packages/apps/Camera2/res/values/config.xml deleted file mode 100644 index 4c02dfa..0000000 --- a/overlay/packages/apps/Camera2/res/values/config.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2014, 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> - <bool name="cancelAutoFocusOnPreviewStopped">false</bool> -</resources> |