I have a keyboard that works and I would to implement a method into "onLongPress(..)" to open a default android dialog to change input mode.
Maybe I have to launch an activity?
Android Framework already provides this functionality. you can show inputmethodPicker dialog like this
InputMethodManager imm = (InputMethodManager)
getSystemService(Context.INPUT_METHOD_SERVICE);
imm.showInputMethodPicker();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With