sm8150-common: increase priority of fingerprint daemon
* In-display sensor HALs require much more CPU resources than traditional ones. Increasing the priority improves the speed a good amount, and it is also how OnePlus does it in official ROMs
This commit is contained in:
parent
d9f7edd2b7
commit
cf8fdbd52b
|
@ -5,7 +5,6 @@ service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.
|
|||
class late_start
|
||||
user system
|
||||
group system input
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/goodix 0770 system system
|
||||
|
|
Loading…
Reference in New Issue