I am trying to change the android default keyboard to another soft keyboard that has already installed.
for achieving this task I tried this code,
imeManager.setInputMethod(txtSearch.getWindowToken(),
"lk.bhasha.helakuru/.SinhalaSoftKeyboard");
but the keyboard is not changing.
How do I switch the android soft keyboard to another already installed?
Thanks.