Merge "Change the camera id to match the front camera ID" into udc-dev am: f16ad8aabf am: 8d310c132f

Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22088129

Change-Id: Ie2a30d5d2c357a58e59999861e2b9a17714d26c5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2023-03-15 16:32:09 +00:00 committed by Automerger Merge Worker
commit af55dfbcc1
2 changed files with 4 additions and 4 deletions

View file

@ -55,8 +55,8 @@
Z Z
</string> </string>
<!-- Camera 0 is the front camera --> <!-- Camera 1 is the front camera -->
<string translatable="false" name="config_protectedCameraId">0</string> <string translatable="false" name="config_protectedCameraId">1</string>
<!-- Comma-separated list of packages to exclude from camera protection. In our case, <!-- Comma-separated list of packages to exclude from camera protection. In our case,
ignore the gaze detection package --> ignore the gaze detection package -->

View file

@ -55,8 +55,8 @@
Z Z
</string> </string>
<!-- Camera 0 is the front camera --> <!-- Camera 1 is the front camera -->
<string translatable="false" name="config_protectedCameraId">0</string> <string translatable="false" name="config_protectedCameraId">1</string>
<!-- Comma-separated list of packages to exclude from camera protection. In our case, <!-- Comma-separated list of packages to exclude from camera protection. In our case,
ignore the gaze detection package --> ignore the gaze detection package -->