Is there a way to determine which soft keyboard is used as input method for a specific view?
I can fetch the InputMethod list by doing: List<InputMethodInfo> inputMethodInfoList = inputManager.getEnabledInputMethodList(); .. But I can't seem to find a way to determine which of the keyboards in the list is actually enabled. Best regards, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

