I have created a softkeyboard application. I would like to set it as my default soft keyboard while installing. Is it possible to add code in my softkeyboard application coding to set this keyboard as default keyboard while installing?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
No, you cannot set change the keyboard settings from your application. That would be a huge security risk. Instead, do what most 3rd party keyboards do, bundle a small activity with your keyboard, where you tell the user how to change the keyboard settings, and also a button that takes the user to the correct settings page. |
|||||||||
|