Exclude as package from camera cutout protection am: 3aff17cd21

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

Change-Id: Id41f2b4efba318882b4c2b3149d7ceed647d60b9
This commit is contained in:
Evan Laird 2021-05-14 02:39:24 +00:00 committed by Automerger Merge Worker
commit 42ed8c7050

View file

@ -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>