rosemary: overlay: Configure aux camera for Aperture

Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
This commit is contained in:
LuK1337
2022-12-30 10:26:42 +01:00
committed by Matsvei Niaverau
parent ad1ee9bb3f
commit 3bdd31495c
2 changed files with 17 additions and 0 deletions

View File

@@ -48,4 +48,11 @@
<item>org.thunderdog.challegram</item>
<item>us.zoom.videomeetings</item>
</string-array>
<!-- The list of package IDs that are allowed to use aux cameras.
NOTE: If this list is empty then all apps will be able to use aux cameras. -->
<string-array name="config_cameraAuxPackageAllowList" translatable="false">
<item>org.lineageos.aperture</item>
<item>org.lineageos.aperture.dev</item>
</string-array>
</resources>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Enable auxiliary cameras selector. -->
<bool name="config_enableAuxCameras">true</bool>
<!-- List of ID of auxiliary cameras that must be ignored by the app. -->
<string-array name="config_ignoredAuxCameraIds">
<item>3</item>
</string-array>
</resources>