Good day! The problem is this: you need to start the service or activity when you call the keyboard in another application. I think the only way is to cling to the Input Method Service that starts when the keyboard is called. Is this possible or is there another way?
- frankly smacks of some kind of viral application. if this is not the case, then write for what purposes you need it. - ermak0ff
- When I began to study this topic, I myself came to the idea that the Android OS developers intentionally limited access to keyboard actions so as not to “mess things up”. No, not viral, but for example, access to emoticons in any application. You can solve my problem by implementing NotificationListenerService - evb
|