blob: 6bfe0b7f023cb97f70c24f997cb7b2280c252d06 [file] [log] [blame]
#!/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