I'm using FingerprintManager in my app and usually all works fine. The main issue I have is that customers sometimes complain that the fingerprint operation is sometimes cancelled, what I can see in the logs as error 5 (Fingerprint operation canceled). Now, I know that other apps not developed good can hold the sensor if they do not release it on inPause or similar, so even lockscreen can't use the sensor. Is there a way to get around this issue and force the sensor to start working with my app again?
Thanks