Exclude as package from camera cutout protection
com.google.android.as is the attention detection package and does not need the extra light leakage protection. Test: manual Fixes: 187917679 Change-Id: I9f8092c278c4799e9c1db52e64592bfa9494062d
This commit is contained in:
parent
c003dbb164
commit
106bc09824
1 changed files with 5 additions and 0 deletions
|
@ -66,5 +66,10 @@
|
|||
<!-- Camera 1 is the front camera on barbet -->
|
||||
<string translatable="false" name="config_protectedCameraId">1</string>
|
||||
|
||||
<!-- Comma-separated list of packages to exclude from camera protection. In our case,
|
||||
ignore the gaze detection package -->
|
||||
<string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string>
|
||||
|
||||
<bool name="config_enableDisplayCutoutProtection">true</bool>
|
||||
</resources>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue