tags:

views:

26

answers:

1

Hi,

I was wondering if it is possible to intercept keyboard input on a global level on Android. For example a user types in text into an edittext (does not matter which application) I would like to access said text to check for certain words. Is this even possible with Android's security model (yes I am aware this kind of feature could be used for various wrong things too).

Thanks,
b3n

A: 

Not possible. Thst's a security hole. You're welcome to modify the android firmware though

Falmarri
ah ok, that's what I thought. Thanks for confirming this.
b3n