How to know exactly via accessibility service whether user is typing or not? Users may type via soft keyboard or hardware keyboard, so the soft keyboard may not be visible, and the focus change to an editable widget not mean user is typing.
Asked
Active
Viewed 245 times
1
-
please check this answers right here : https://stackoverflow.com/questions/27245185/android-key-logger – ismail alaoui May 28 '19 at 03:33
-
1Would you like to hook keyboard events only for your app or globally? – Maxim Firsoff May 28 '19 at 03:34
-
I want to hook keyboard events globally – IMXQD May 29 '19 at 08:25