exynos9610: overlay: Configure aux camera for Aperture
authorLuK1337 <priv.luk@gmail.com>
Mon, 31 Oct 2022 20:59:52 +0000 (21:59 +0100)
committerNolen Johnson <johnsonnolen@gmail.com>
Wed, 24 Jan 2024 04:47:47 +0000 (04:47 +0000)
Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
(cherry picked from commit b2b9dd4146907bd3fc6f7b85642178e174651bd9)
(cherry picked from commit 772e02369a8b5661251aee0db42ab5f3d455977a)

overlay/packages/apps/Aperture/app/src/main/res/values/config.xml [new file with mode: 0644]

diff --git a/overlay/packages/apps/Aperture/app/src/main/res/values/config.xml b/overlay/packages/apps/Aperture/app/src/main/res/values/config.xml
new file mode 100644 (file)
index 0000000..8b2a48b
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <!-- Enable auxiliary cameras selector. -->
+    <bool name="config_enableAuxCameras">true</bool>
+</resources>