Exclude as package from camera cutout protection am: 3aff17cd21 am: 9bcf302bfa

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

Change-Id: I4f61ef8d9d8815b6a8bbd9bee007f297aedaa280
This commit is contained in:
Evan Laird 2021-05-14 03:01:21 +00:00 committed by Automerger Merge Worker
commit 1abd05712d

View file

@ -66,5 +66,10 @@
<!-- Camera 1 is the front camera on barbet --> <!-- Camera 1 is the front camera on barbet -->
<string translatable="false" name="config_protectedCameraId">1</string> <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> </resources>