Reputation: 73
I'm looking for the simplest solution: - I want to add a button to the android keyboard that can interact with a service I run in the background - So when the button is pressed it can send "hi" to my service
How can I add something to the keyboard, that when pressed, will tell my application that it was pressed? I'm thinking maybe put it in as a new language(emoji style)? Can someone please point me in the right direction?
Upvotes: 2
Views: 118
Reputation: 2609
You cannot modify Android keyboard like you have no rights to modify other apps. You can do is create a keyboard app.
Upvotes: 1