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

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -