InputMethodManager im = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE); im.showInputMethodPicker();
Kotlin
(context.getSystemService(INPUT_METHOD_SERVICE) as InputMethodManager).showInputMethodPicker()