Merge "4-2/ Config config_face_auth_supported_posture to listen for face on folded state" into tm-qpr-dev am: 7f9a7ed35a
am: 2a24331bbf
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20640912 Change-Id: I9ab16a9dee621dd3ece0e2760e14b1a37f8591c5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0e6064843c
1 changed files with 11 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!-- Camera 0 is the front camera -->
|
<!-- Camera 0 is the front camera -->
|
||||||
<string translatable="false" name="config_protectedCameraId">0</string>
|
<string translatable="false" name="config_protectedCameraId">1</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 -->
|
||||||
|
@ -129,5 +129,15 @@
|
||||||
<item>Binned Brightness 0 (wake-up)</item> <!-- HALF_OPENED -->
|
<item>Binned Brightness 0 (wake-up)</item> <!-- HALF_OPENED -->
|
||||||
<item>Binned Brightness 0 (wake-up)</item> <!-- OPENED -->
|
<item>Binned Brightness 0 (wake-up)</item> <!-- OPENED -->
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Whether to only support face auth on specific posture, default 0(DEVICE_POSTURE_UNKNOWN)
|
||||||
|
to support face all postures.
|
||||||
|
0 : DEVICE_POSTURE_UNKNOWN
|
||||||
|
1 : DEVICE_POSTURE_CLOSED
|
||||||
|
2 : DEVICE_POSTURE_HALF_OPENED
|
||||||
|
3 : DEVICE_POSTURE_OPENED
|
||||||
|
4 : DEVICE_POSTURE_FLIPPED
|
||||||
|
-->
|
||||||
|
<integer name="config_face_auth_supported_posture">1</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue