Merge "Update face sensor location" into main

This commit is contained in:
Beverly Tai 2024-01-17 19:02:27 +00:00 committed by Android (Google) Code Review
commit 0d8e5c7740
3 changed files with 21 additions and 0 deletions

View file

@ -63,4 +63,11 @@
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance --> <!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
<integer name="config_lockIconLongPress" translatable="false">100</integer> <integer name="config_lockIconLongPress" translatable="false">100</integer>
<!-- The properties of the face auth camera in pixels -->
<integer-array name="config_face_auth_props">
<item>640</item> <!-- sensorLocationX -->
<item>68</item> <!-- sensorLocationY -->
<item>34</item> <!--sensorRadius -->
</integer-array>
</resources> </resources>

View file

@ -63,4 +63,11 @@
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance --> <!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
<integer name="config_lockIconLongPress" translatable="false">100</integer> <integer name="config_lockIconLongPress" translatable="false">100</integer>
<!-- The properties of the face auth camera in pixels -->
<integer-array name="config_face_auth_props">
<item>672</item> <!-- sensorLocationX -->
<item>68</item> <!-- sensorLocationY -->
<item>34</item> <!--sensorRadius -->
</integer-array>
</resources> </resources>

View file

@ -63,4 +63,11 @@
<string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string> <string translatable="false" name="config_cameraProtectionExcludedPackages">com.google.android.as</string>
<bool name="config_enableDisplayCutoutProtection">true</bool> <bool name="config_enableDisplayCutoutProtection">true</bool>
<!-- The properties of the face auth camera in pixels -->
<integer-array name="config_face_auth_props">
<item>540</item> <!-- sensorLocationX -->
<item>68</item> <!-- sensorLocationY -->
<item>34</item> <!--sensorRadius -->
</integer-array>
</resources> </resources>