Leisure
Leisure

Reputation: 73

How to add something to the android keyboard?

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

Answers (1)

Arnav M.
Arnav M.

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

Related Questions