rosemary: Disallow aux cam usage for Zoom

Zoom seems to try using camera ID 2 for the back camera instead of
camera ID 0. Block access to aux camera for Zoom to force it to use
camera ID 0 for the back camera.

Change-Id: I99d79259a2a3adefb72a5ffed5fbbb37bd8b756d
This commit is contained in:
jabashque
2022-11-11 21:54:50 +03:00
committed by Matsvei Niaverau
parent e1fca67cdc
commit 3b35a31550

View File

@@ -46,5 +46,6 @@
<string-array name="config_cameraAuxPackageExcludeList" translatable="false">
<item>org.telegram.messenger</item>
<item>org.thunderdog.challegram</item>
<item>us.zoom.videomeetings</item>
</string-array>
</resources>