summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2018-02-07 16:26:30 +0000
committerBruno Martins <bgcngm@gmail.com>2018-02-08 09:13:07 +0000
commitf18305e91e2422802dd873ada6271a661db132b4 (patch)
treeab494fe6171d544303135411c642eb7e229e3ab7
parent4f395ceb583ce6bd12eac02307e835e74cbee1d8 (diff)
flounder: Switch back to AOSP camera app
* Snap doesn't really bring that much benefits to a tablet with such bad camera sensors. Change-Id: I58058df4f3cf1dc29a9723adef4596edcd91d2af
-rw-r--r--lineage.mk7
-rw-r--r--overlay/packages/apps/Snap/res/values/config.xml23
2 files changed, 0 insertions, 30 deletions
diff --git a/lineage.mk b/lineage.mk
index 0ba46e8..42d1e30 100644
--- a/lineage.mk
+++ b/lineage.mk
@@ -4,13 +4,6 @@
TARGET_SCREEN_HEIGHT := 2048
TARGET_SCREEN_WIDTH := 1536
-# Camera
-PRODUCT_PACKAGES += \
- Snap
-
-PRODUCT_PROPERTY_OVERRIDES += \
- persist.camera.cpp.duplication=false
-
# Inherit some common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
diff --git a/overlay/packages/apps/Snap/res/values/config.xml b/overlay/packages/apps/Snap/res/values/config.xml
deleted file mode 100644
index 77758d2..0000000
--- a/overlay/packages/apps/Snap/res/values/config.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The Android Open Source Project
- 2015-2016 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.
--->
-
-<!-- Camera app resources that may need to be customized
- for different hardware or product builds. -->
-<resources>
- <!-- Restart preview for back camera onPictureTaken -->
- <bool name="back_camera_restart_preview_onPictureTaken">true</bool>
-
- <!-- Restart preview for front camera onPictureTaken -->
- <bool name="front_camera_restart_preview_onPictureTaken">true</bool>
-</resources>