Exclude as package from camera cutout protection am: 3aff17cd21
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14537985 Change-Id: I8f5168cdfc0fac0f19aded773399ed1a299147d2
This commit is contained in:
commit
a2f548d86c
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue