Merge "Update face sensor location" into main
This commit is contained in:
commit
0d8e5c7740
3 changed files with 21 additions and 0 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue