0

I was trying to get some documentation or some kind of information about android fingerprint scanner. But I can find only the authentication api only. But clearly pixels has a swipe function on touch sensor and I found some xda developer also got that working . But I can't find any docs where I can find info that detect a touch or move in a touch sensor.

PS : I don't have any code yet, I was trying to grab the info and then start working on my idea.

Any help will be much appreciated.

Achayan
  • 5,720
  • 2
  • 39
  • 61

1 Answers1

3

There are no APIs for the fingerprint sensors beyond the authentication APIs. Touch and swipe gestures are controlled solely at the system level.

ianhanniballake
  • 191,609
  • 30
  • 470
  • 443