Change the camera id to match the front camera ID

Fixes: 270083570
Test: manually, flashed the new config and verified on a husky
Change-Id: I0be559c538e2b99c6279f0d8ae152b4ae1cd6afa
This commit is contained in:
Chandru S 2023-03-15 02:17:19 +00:00
parent 5fd56d6f79
commit 4d61963d42
2 changed files with 4 additions and 4 deletions

View file

@ -28,8 +28,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

@ -28,8 +28,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 -->