Revert "DO NOT MERGE Remove unintended faceauth configs am: a020..." am: aa95ad8897

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

Change-Id: I70baba911da68b577fd90b4c99b3a8500445f4ce
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Zac Iqbal 2022-06-09 21:58:51 +00:00 committed by Automerger Merge Worker
commit ae447a4c7d
2 changed files with 7 additions and 0 deletions

View file

@ -11,6 +11,10 @@ on init
# Power Stats HAL
chown system system /sys/devices/platform/10d30000.spi/spi_master/spi10/spi10.0/uwb/power_stats
on fs
# Face
exec_background - system shell -- /vendor/bin/trusty_apploader /vendor/firmware/faceauth.app
on property:vendor.mfgapi.touchpanel.permission=1
chmod 0600 /sys/devices/virtual/sec/tsp/cmd
chown system system /sys/devices/virtual/sec/tsp/cmd

View file

@ -202,6 +202,9 @@
<dimen name="status_bar_height_portrait">130px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
<bool name="config_faceAuthDismissesKeyguard">false</bool>
<!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer>