kebab: overlay: Ignore camera ID 5 for Aperture

This camera takes photos that don't exactly match the camera preview.

Change-Id: I4c31eb808359d4d8ba5942caf6811ab572d025a1
This commit is contained in:
jabashque
2022-11-09 12:35:51 +01:00
committed by LuK1337
parent e9baeb6c63
commit 66e6205a4c

View File

@@ -5,6 +5,7 @@
<!-- List of ID of auxiliary cameras that must be ignored by the app. -->
<string-array name="config_ignoredAuxCameraIds">
<item>5</item>
<item>6</item>
<item>7</item>
</string-array>