blob: 6bfe0b7f023cb97f70c24f997cb7b2280c252d06 [file] [log] [blame]
Pierre-Hugues Hussond1cf8d82018-01-14 22:49:15 +01001#!/system/bin/sh
2
3set -x
4
5#Do this only on devices with huawei fingerprint HAL
Pierre-Hugues Hussone7df1af2018-05-01 20:45:25 +02006grep -qF vendor.huawei.hardware.biometrics.fingerprint /vendor/manifest.xml || exit 0
Pierre-Hugues Hussond1cf8d82018-01-14 22:49:15 +01007
8#Ask fingerprint hardware service to enable navigation
9CLASSPATH=/system/phh/hw-fpnav.dex \
10 /system/bin/app_process \
11 /data/local/tmp/ \
12 Test