Know default keyboard on android
问题 I want to know the default keyboard chosen by the user in Android. I know I can access the list of enabled input methods using the InputMethodManager , but I want to know which one is the user currently using. So far, I've tried to get the current input method subtype: InputMethodManager imeManager = (InputMethodManager) getApplicationContext().getSystemService(INPUT_METHOD_SERVICE); InputMethodSubtype subtype =imeManager.getCurrentInputMethodSubtype(); But this object only seems to give me