android - is it possible to detect/modify input from softkeyboard -
i'm working on android service. 1 of task read input data entered user (and modify it) .
the possible way till now, i've figured out make custom keyboard , write methods in custom keyboard. don't want .
is other method it?
thanks
edit: need work across multiple applications. don't think textwatcher can here.
it can surely observed using accessibilityservice.
check
http://developer.android.com/reference/android/accessibilityservice/accessibilityservice.html
specially typeviewtextchanged , typewindowcontentchanged
this not completly check key hooks can check changedtext in focused window. little workaround able want do.
Comments
Post a Comment