Revert "Removing faceauth configs"

Revert submission 24039435-cherrypick-FaceHAL-deprecate-raven-yon2bm08mmg

Reason for revert: Droidfood blocking bug b/295449925

Reverted changes: /q/submissionid:24039435-cherrypick-FaceHAL-deprecate-raven-yon2bm08mmg
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:91934a32db19ea060453b610e47c493459e70d33)
Merged-In: Iabd85576568ce66718e625607aa0d31dc8b357cc
Change-Id: Iabd85576568ce66718e625607aa0d31dc8b357cc
This commit is contained in:
Daniel Chapin 2023-08-14 22:11:01 +00:00 committed by Android Build Coastguard Worker
parent f82b3195a9
commit 9ba93d0ced
2 changed files with 7 additions and 0 deletions

View file

@ -11,6 +11,10 @@ on init
# Power Stats HAL # Power Stats HAL
chown system system /sys/devices/platform/10d30000.spi/spi_master/spi10/spi10.0/uwb/power_stats 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 on property:vendor.mfgapi.touchpanel.permission=1
chmod 0600 /sys/devices/virtual/sec/tsp/cmd chmod 0600 /sys/devices/virtual/sec/tsp/cmd
chown system system /sys/devices/virtual/sec/tsp/cmd chown system system /sys/devices/virtual/sec/tsp/cmd

View file

@ -197,6 +197,9 @@
<dimen name="status_bar_height_portrait">145px</dimen> <dimen name="status_bar_height_portrait">145px</dimen>
<dimen name="status_bar_height_landscape">28dp</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>
<integer-array name="config_ambientThresholdLevels"> <integer-array name="config_ambientThresholdLevels">
<item>2</item> <item>2</item>
<item>3</item> <item>3</item>