IsGestureDetectionAvailable() Always Returning False
I am trying to detect gestures on a fingerprint scanner. I have made an Accessibility service and yet I get back 'False' for this method isGestureDetectionAvailable(). However, my
Solution 1:
How do you know that your device supports gestures? Does TalkBack work with them? Otherwise, it's possible that the hardware vendor didn't report that the hardware detects gestures.
Post a Comment for "IsGestureDetectionAvailable() Always Returning False"