Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect Gestures on Fingerprint Sensor-Android

I have authenticated user using authenticate() method in my app. I was looking through documentation regarding gestures on Finger-Print Sensor but couldn't find any class pertaining to gestures. Is there any class regarding same which detects gestures like long Press,Tap, etc on finger print sensor.

I went through FingerprintManager class & this but couldn't find much info regarding gestures.

like image 268
Savan Akbari Avatar asked Jan 28 '16 06:01

Savan Akbari


People also ask

How do you get fingerprint gestures on Android?

About this appEnable the fingerprint actions of Google Pixel on your device. Use gestures like single tap, double tap, or fast tap (swipe) to control your phone and/or tablet. To check your notifications, swipe down on the fingerprint sensor on your phone.

Can I scroll using fingerprint sensor?

Scroll from the fingerprint reader That allows us to select in which applications we want to scroll with our fingerprint reader. We can find it in the Play Store, it is developed by Youssef Ouadban who has shared his app on XDA Developers. Fingerprint Scroll is free, although it may include certain in-app purchases.


1 Answers

From android O onward you can use this: https://developer.android.com/reference/android/accessibilityservice/FingerprintGestureController.html

like image 190
user531069 Avatar answered Sep 26 '22 06:09

user531069