diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-12-09 23:27:54 +0100 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-12-09 23:27:54 +0100 |
commit | b94a1c3af95830156ccf53738eb12be167f5b837 (patch) | |
tree | 590812c9537e8ec611f6cf61b270fe6a06a81e6c | |
parent | 9e66383f153ee15761bebafff35912950d4e815f (diff) | |
download | device_samsung_i9305-b94a1c3af95830156ccf53738eb12be167f5b837.zip device_samsung_i9305-b94a1c3af95830156ccf53738eb12be167f5b837.tar.gz device_samsung_i9305-b94a1c3af95830156ccf53738eb12be167f5b837.tar.bz2 |
i9305 : remove camera overlay
Change-Id: Ibe9a8ec19bc12067013a0a8adcde5d7a59c682c0
-rw-r--r-- | overlay/packages/apps/Camera2/res/values/config.xml | 23 |
1 files changed, 0 insertions, 23 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 b442aa4..0000000 --- a/overlay/packages/apps/Camera2/res/values/config.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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> - <!-- Use ZSL mode for Qualcomm cameras --> - <bool name="enableZSL">true</bool> -</resources> |