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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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