I have an application where I would like to warn the user if they are not using the default Android softkeyboard. (i.e. they are using Swype or some thing else).
How
InputMethodManager has getEnabledInputMethodList(). You get an InputMethodManager from getSystemService() in your Activity.
InputMethodManager
getEnabledInputMethodList()
getSystemService()
Activity