sm8250-common: 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
parent ee35037bbb
commit 9a408f0743

View File

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