android_vendor_hardware_ove.../Huawei/Fingerprint/hw-fpnav
2018-05-01 22:12:42 +02:00

13 lines
313 B
Bash

#!/system/bin/sh
set -x
#Do this only on devices with huawei fingerprint HAL
grep -qF vendor.huawei.hardware.biometrics.fingerprint /vendor/manifest.xml || exit 0
#Ask fingerprint hardware service to enable navigation
CLASSPATH=/system/phh/hw-fpnav.dex \
/system/bin/app_process \
/data/local/tmp/ \
Test