DO NOT MERGE Remove unintended faceauth configs am: 1ee32ca9ed

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

Change-Id: Ic8663fd6188229426f6d033651c7bc4f7ef93c99
This commit is contained in:
Ilya Matyukhin 2021-12-16 20:45:02 +00:00 committed by Automerger Merge Worker
commit 0b1656cee7
2 changed files with 0 additions and 7 deletions

View file

@ -11,10 +11,6 @@ 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

@ -200,9 +200,6 @@
--> -->
<dimen name="status_bar_height">28dp</dimen> <dimen name="status_bar_height">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. --> <!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer> <integer name="config_customizedMaxCachedProcesses">64</integer>
</resources> </resources>