dre: 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-05 03:20:23 +00:00 committed by Albert Tang
parent 4831b7afb9
commit 2a0087a04c

View file

@ -53,5 +53,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>