blob: 2f3c4a432a4e7d9e67cf63d0525b8d492bdd91c4 [file] [log] [blame]
#!/system/bin/sh
set -x
#Do this only on devices with huawei fingerprint HAL
lshal |grep -qF vendor.huawei.hardware.biometrics.fingerprint || exit 0
#Ask fingerprint hardware service to enable navigation
CLASSPATH=/system/phh/hw-fpnav.dex \
/system/bin/app_process \
/data/local/tmp/ \
Test