[Comet] Configure camera cutout protection
Before, it was only configured for the outer screen front camera. Fixes: 311147359 Test: Manual Change-Id: I060819a6069d07dc550d956c1897d6fa3a3b8e08
This commit is contained in:
parent
fc50a84f29
commit
0b825d89b2
1 changed files with 8 additions and 1 deletions
|
@ -113,8 +113,15 @@
|
||||||
m 2040,80 a 52.5,52.5 0 0 0 -105,0 52.5,52.5 0 0 0 105,0 z
|
m 2040,80 a 52.5,52.5 0 0 0 -105,0 52.5,52.5 0 0 0 105,0 z
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!-- Camera 1 is the front camera -->
|
<!-- 1 is the logical id of the front camera -->
|
||||||
<string translatable="false" name="config_protectedCameraId">1</string>
|
<string translatable="false" name="config_protectedCameraId">1</string>
|
||||||
|
<!-- 5 is the physical id of the outer screen front camera -->
|
||||||
|
<string translatable="false" name="config_protectedPhysicalCameraId">5</string>
|
||||||
|
|
||||||
|
<!-- 1 is the logical id of the front camera, for the inner screen as well. -->
|
||||||
|
<string translatable="false" name="config_protectedInnerCameraId">1</string>
|
||||||
|
<!-- 6 is the physical id of the inner screen front camera -->
|
||||||
|
<string translatable="false" name="config_protectedInnerPhysicalCameraId">6</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 -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue