[android-developers] Re: How can I get a reference to InputMethodService for an Android system app?

2014-02-06 Thread user1235555
switchInputMethod(pinyinId) and it will change the IME. On Thursday, January 23, 2014 4:43:59 PM UTC+5:30, user123 wrote: I have a requirement of changing the keyboard based on the change of language. I have done a bit of research and found that it can be done using these APIs 1

[android-developers] How can I get a reference to InputMethodService for an Android system app?

2014-01-23 Thread user1235555
I have a requirement of changing the keyboard based on the change of language. I have done a bit of research and found that it can be done using these APIs 1. InputMethodManager setInputMethod(android.os.IBinder, java.lang.String) 2. InputMethodService