blob: 2f3c4a432a4e7d9e67cf63d0525b8d492bdd91c4 [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 Hussone7bbb872018-04-30 13:45:23 +02006lshal |grep -qF vendor.huawei.hardware.biometrics.fingerprint || 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