Android TSP Hovering

Is there a way (or any API) we can use to check if TSP Hovering is supported by Android devices?

In android API 14, listeners are added, i.e. View.OnHoverListener. But this does not show if Finger Hover is supported.

Here is a link that describes that Samsung does not provide such an API.

I want a generic solution using the Android API.

Does anyone have any ideas about this or any hack?

+6
source share

Source: https://habr.com/ru/post/973472/


All Articles